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 a0029a8 commit 71a4389Copy full SHA for 71a4389
clang/cmake/caches/Fuchsia.cmake
@@ -197,6 +197,9 @@ foreach(variableName ${variableNames})
197
endif()
198
endforeach()
199
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
+
203
# Setup the bootstrap build.
204
set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
205
set(CLANG_BOOTSTRAP_EXTRA_DEPS
0 commit comments