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 6bbaad1 commit f2a2f80Copy full SHA for f2a2f80
clang/cmake/caches/PGO.cmake
@@ -2,7 +2,7 @@ set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "")
2
set(CLANG_ENABLE_BOOTSTRAP ON CACHE BOOL "")
3
4
set(LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "")
5
-set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi" CACHE STRING "")
+set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
6
7
set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
8
set(BOOTSTRAP_LLVM_BUILD_INSTRUMENTED ON CACHE BOOL "")
0 commit comments