Skip to content

Commit 434b4f8

Browse files
committed
Disable unsupported runtimes
1 parent a0313b1 commit 434b4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
5656
set(STAGE1_PROJECTS "clang")
5757

5858
# Build all runtimes so we can statically link them into the stage2 compiler.
59-
set(STAGE1_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind")
59+
set(STAGE1_RUNTIMES ${DEFAULT_RUNTIMES})
6060

6161
if (LLVM_RELEASE_ENABLE_PGO)
6262
list(APPEND STAGE1_PROJECTS "lld")

0 commit comments

Comments
 (0)