Skip to content

Commit bf3e961

Browse files
committed
Stage2-instrumented
1 parent 3425cc6 commit bf3e961

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/cmake/caches/llvm-toolchain/stage2-instrumented.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44

55
set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
6-
set(CLANG_BOOTSTRAP_CMAKE_ARGS -C ${CMAKE_CURRENT_LIST_DIR}/stage2.cmake CACHE BOOL "")
7-
set(CLANG_BOOTSTRAP_TARGETS clang check-all distribution install-distribution clang-bolt CACHE BOOL "")
6+
set(LLVM_BUILD_INSTRUMENTED IR CACHE STRING "")
7+
set(CLANG_BOOTSTRAP_CMAKE_ARGS -C ${CMAKE_CURRENT_LIST_DIR}/stage2.cmake CACHE STRING "")
8+
set(CLANG_BOOTSTRAP_TARGETS clang check-all distribution install-distribution clang-bolt CACHE STRING "")
89
set(CLANG_BOLT OFF CACHE STRING "")
910

1011
include(${CMAKE_CURRENT_LIST_DIR}/stage2.cmake)

0 commit comments

Comments
 (0)