We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca5998 commit abf629bCopy full SHA for abf629b
cmake/caches/Windows-x86_64.cmake
@@ -39,6 +39,7 @@ foreach(target ${LLVM_RUNTIME_TARGETS})
39
set(RUNTIMES_${target}_CMAKE_BUILD_TYPE Release CACHE STRING "")
40
set(RUNTIMES_${target}_COMPILER_RT_BUILD_CRT NO CACHE BOOL "")
41
set(RUNTIMES_${target}_COMPILER_RT_BUILD_LIBFUZZER NO CACHE BOOL "")
42
+ set(RUNTIMES_${target}_COMPILER_RT_BUILD_ORC NO CACHE BOOL "")
43
set(RUNTIMES_${target}_COMPILER_RT_BUILD_PROFILE YES CACHE BOOL "")
44
set(RUNTIMES_${target}_COMPILER_RT_BUILD_SANITIZERS NO CACHE BOOL "")
45
set(RUNTIMES_${target}_COMPILER_RT_BUILD_XRAY NO CACHE BOOL "")
0 commit comments