We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf748a9 commit 53d0781Copy full SHA for 53d0781
cmake/caches/Windows-aarch64.cmake
@@ -56,7 +56,7 @@ foreach(target ${LLVM_RUNTIME_TARGETS})
56
set(RUNTIMES_${target}_COMPILER_RT_BUILD_LIBFUZZER NO CACHE BOOL "")
57
set(RUNTIMES_${target}_COMPILER_RT_BUILD_ORC NO CACHE BOOL "")
58
set(RUNTIMES_${target}_COMPILER_RT_BUILD_PROFILE YES CACHE BOOL "")
59
- set(RUNTIMES_${target}_COMPILER_RT_BUILD_XRAY NO CACHE BOOL "")
+ set(RUNTIMES_${target}_COMPILER_RT_BUILD_XRAY NO CACHE BOOL "")
60
# Sanitizers will be configured, but not built. We have separate build
61
# steps for that, because we need a different shell for each target.
62
set(RUNTIMES_${target}_COMPILER_RT_BUILD_SANITIZERS NO CACHE BOOL "")
0 commit comments