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 a0313b1 commit 434b4f8Copy full SHA for 434b4f8
clang/cmake/caches/Release.cmake
@@ -56,7 +56,7 @@ set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
56
set(STAGE1_PROJECTS "clang")
57
58
# Build all runtimes so we can statically link them into the stage2 compiler.
59
-set(STAGE1_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind")
+set(STAGE1_RUNTIMES ${DEFAULT_RUNTIMES})
60
61
if (LLVM_RELEASE_ENABLE_PGO)
62
list(APPEND STAGE1_PROJECTS "lld")
0 commit comments