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 26bdc23 commit 8656c66Copy full SHA for 8656c66
clang/cmake/caches/Release.cmake
@@ -49,7 +49,7 @@ set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
49
set(STAGE1_PROJECTS "clang")
50
51
# Build all runtimes so we can statically link them into the stage2 compiler.
52
-set(STAGE1_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind")
+set(STAGE1_RUNTIMES ${DEFAULT_RUNTIMES})
53
54
if (LLVM_RELEASE_ENABLE_PGO)
55
list(APPEND STAGE1_PROJECTS "lld")
0 commit comments