Skip to content

Commit abf629b

Browse files
authored
Update Windows-x86_64.cmake
Disable building ORC on Windows. We currently do not use this library so lets not spend time building it.
1 parent 7ca5998 commit abf629b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/caches/Windows-x86_64.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ foreach(target ${LLVM_RUNTIME_TARGETS})
3939
set(RUNTIMES_${target}_CMAKE_BUILD_TYPE Release CACHE STRING "")
4040
set(RUNTIMES_${target}_COMPILER_RT_BUILD_CRT NO CACHE BOOL "")
4141
set(RUNTIMES_${target}_COMPILER_RT_BUILD_LIBFUZZER NO CACHE BOOL "")
42+
set(RUNTIMES_${target}_COMPILER_RT_BUILD_ORC NO CACHE BOOL "")
4243
set(RUNTIMES_${target}_COMPILER_RT_BUILD_PROFILE YES CACHE BOOL "")
4344
set(RUNTIMES_${target}_COMPILER_RT_BUILD_SANITIZERS NO CACHE BOOL "")
4445
set(RUNTIMES_${target}_COMPILER_RT_BUILD_XRAY NO CACHE BOOL "")

0 commit comments

Comments
 (0)