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 7d1bf4d commit ed2ba87Copy full SHA for ed2ba87
clang/cmake/caches/llvm-toolchain/stage1.cmake
@@ -5,7 +5,7 @@
5
6
set(CMAKE_BUILD_TYPE Release CACHE STRING "")
7
set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
8
-set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "" FORCE)
+set(LLVM_ENABLE_RUNTIMES compiler-rt libcxx libcxxabi libunwind CACHE STRING "" FORCE)
9
set(LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "" FORCE)
10
11
set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
0 commit comments