Skip to content

Commit ed2ba87

Browse files
tstellarsmeenai
andauthored
Update clang/cmake/caches/llvm-toolchain/stage1.cmake
Co-authored-by: Shoaib Meenai <[email protected]>
1 parent 7d1bf4d commit ed2ba87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/cmake/caches/llvm-toolchain/stage1.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set(CMAKE_BUILD_TYPE Release CACHE STRING "")
77
set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
8-
set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "" FORCE)
8+
set(LLVM_ENABLE_RUNTIMES compiler-rt libcxx libcxxabi libunwind CACHE STRING "" FORCE)
99
set(LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "" FORCE)
1010

1111
set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")

0 commit comments

Comments
 (0)