Skip to content

Commit 53d0781

Browse files
fixup! Enable builtins for all runtime targets in CMake cache file
1 parent cf748a9 commit 53d0781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/caches/Windows-aarch64.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ foreach(target ${LLVM_RUNTIME_TARGETS})
5656
set(RUNTIMES_${target}_COMPILER_RT_BUILD_LIBFUZZER NO CACHE BOOL "")
5757
set(RUNTIMES_${target}_COMPILER_RT_BUILD_ORC NO CACHE BOOL "")
5858
set(RUNTIMES_${target}_COMPILER_RT_BUILD_PROFILE YES CACHE BOOL "")
59-
set(RUNTIMES_${target}_COMPILER_RT_BUILD_XRAY NO CACHE BOOL "")
59+
set(RUNTIMES_${target}_COMPILER_RT_BUILD_XRAY NO CACHE BOOL "")
6060
# Sanitizers will be configured, but not built. We have separate build
6161
# steps for that, because we need a different shell for each target.
6262
set(RUNTIMES_${target}_COMPILER_RT_BUILD_SANITIZERS NO CACHE BOOL "")

0 commit comments

Comments
 (0)