Skip to content

Commit 8656c66

Browse files
committed
Disable unsupported runtimes
1 parent 26bdc23 commit 8656c66

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
@@ -49,7 +49,7 @@ set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
4949
set(STAGE1_PROJECTS "clang")
5050

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

5454
if (LLVM_RELEASE_ENABLE_PGO)
5555
list(APPEND STAGE1_PROJECTS "lld")

0 commit comments

Comments
 (0)