Skip to content

Commit c7da718

Browse files
Enable builtins for all runtime targets in CMake cache file
1 parent 1857d1c commit c7da718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/caches/Windows-x86_64.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ foreach(target ${LLVM_RUNTIME_TARGETS})
5353
set(RUNTIMES_${target}_CMAKE_MT mt CACHE STRING "")
5454
set(RUNTIMES_${target}_CMAKE_SYSTEM_NAME Windows CACHE STRING "")
5555
set(RUNTIMES_${target}_CMAKE_BUILD_TYPE Release CACHE STRING "")
56-
set(RUNTIMES_${target}_COMPILER_RT_BUILD_BUILTINS NO CACHE BOOL "")
56+
set(RUNTIMES_${target}_COMPILER_RT_BUILD_BUILTINS YES CACHE BOOL "")
5757
set(RUNTIMES_${target}_COMPILER_RT_BUILD_CRT NO CACHE BOOL "")
5858
set(RUNTIMES_${target}_COMPILER_RT_BUILD_LIBFUZZER NO CACHE BOOL "")
5959
set(RUNTIMES_${target}_COMPILER_RT_BUILD_ORC NO CACHE BOOL "")

0 commit comments

Comments
 (0)