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 1857d1c commit c7da718Copy full SHA for c7da718
cmake/caches/Windows-x86_64.cmake
@@ -53,7 +53,7 @@ foreach(target ${LLVM_RUNTIME_TARGETS})
53
set(RUNTIMES_${target}_CMAKE_MT mt CACHE STRING "")
54
set(RUNTIMES_${target}_CMAKE_SYSTEM_NAME Windows CACHE STRING "")
55
set(RUNTIMES_${target}_CMAKE_BUILD_TYPE Release CACHE STRING "")
56
- set(RUNTIMES_${target}_COMPILER_RT_BUILD_BUILTINS NO CACHE BOOL "")
+ set(RUNTIMES_${target}_COMPILER_RT_BUILD_BUILTINS YES CACHE BOOL "")
57
set(RUNTIMES_${target}_COMPILER_RT_BUILD_CRT NO CACHE BOOL "")
58
set(RUNTIMES_${target}_COMPILER_RT_BUILD_LIBFUZZER NO CACHE BOOL "")
59
set(RUNTIMES_${target}_COMPILER_RT_BUILD_ORC NO CACHE BOOL "")
0 commit comments