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 8935aca commit c156306Copy full SHA for c156306
clang/cmake/caches/Apple-stage2.cmake
@@ -38,6 +38,7 @@ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "")
38
set(LIBCXX_INSTALL_LIBRARY OFF CACHE BOOL "")
39
set(LIBCXX_INSTALL_HEADERS ON CACHE BOOL "")
40
set(LIBCXX_INCLUDE_TESTS OFF CACHE BOOL "")
41
+set(LIBCXX_USE_COMPILER_RT ON CACHE BOOL "")
42
set(LLVM_LTO_VERSION_OFFSET 3000 CACHE STRING "")
43
44
# Generating Xcode toolchains is useful for developers wanting to build and use
0 commit comments