We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3425cc6 commit bf3e961Copy full SHA for bf3e961
clang/cmake/caches/llvm-toolchain/stage2-instrumented.cmake
@@ -3,8 +3,9 @@
3
4
5
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 "")
+set(LLVM_BUILD_INSTRUMENTED IR CACHE STRING "")
+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 "")
9
set(CLANG_BOLT OFF CACHE STRING "")
10
11
include(${CMAKE_CURRENT_LIST_DIR}/stage2.cmake)
0 commit comments