Skip to content

Commit 71a4389

Browse files
committed
[CMake][Fuchsia] Set the runtimes for the second stage
This is a temporary workaround until we figure out the right solution.
1 parent a0029a8 commit 71a4389

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/cmake/caches/Fuchsia.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ foreach(variableName ${variableNames})
197197
endif()
198198
endforeach()
199199

200+
# TODO: This is a temporary workaround until we figure out the right solution.
201+
set(BOOTSTRAP_LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
202+
200203
# Setup the bootstrap build.
201204
set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
202205
set(CLANG_BOOTSTRAP_EXTRA_DEPS

0 commit comments

Comments
 (0)