aboutsummaryrefslogtreecommitdiff
path: root/clang/cmake
diff options
context:
space:
mode:
authorPetr Hosek <phosek@google.com>2023-11-06 08:32:13 +0000
committerPetr Hosek <phosek@google.com>2023-11-06 08:32:59 +0000
commit71a43897d42c5e27f9fde1c3451c529c44dd337b (patch)
tree912f7221ecb1bc6dc652bd36ea47836f0ca582ce /clang/cmake
parenta0029a8a765f2bfe938de2c34ffb0264724ca04a (diff)
downloadllvm-71a43897d42c5e27f9fde1c3451c529c44dd337b.zip
llvm-71a43897d42c5e27f9fde1c3451c529c44dd337b.tar.gz
llvm-71a43897d42c5e27f9fde1c3451c529c44dd337b.tar.bz2
[CMake][Fuchsia] Set the runtimes for the second stage
This is a temporary workaround until we figure out the right solution.
Diffstat (limited to 'clang/cmake')
-rw-r--r--clang/cmake/caches/Fuchsia.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/cmake/caches/Fuchsia.cmake b/clang/cmake/caches/Fuchsia.cmake
index 9c68be0..0230bb0 100644
--- a/clang/cmake/caches/Fuchsia.cmake
+++ b/clang/cmake/caches/Fuchsia.cmake
@@ -197,6 +197,9 @@ foreach(variableName ${variableNames})
endif()
endforeach()
+# TODO: This is a temporary workaround until we figure out the right solution.
+set(BOOTSTRAP_LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
+
# Setup the bootstrap build.
set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
set(CLANG_BOOTSTRAP_EXTRA_DEPS