We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e689ad3 + 982f934 commit 7d6ff86Copy full SHA for 7d6ff86
cmake/caches/Darwin-arm64.cmake
@@ -29,7 +29,7 @@ set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
29
30
# NOTE(compnerd) we can hardcode the default target triple since the cache files
31
# are target dependent.
32
-set(LLVM_DEFAULT_TARGET_TRIPLE aarch64-apple-darwin CACHE STRING "")
+set(LLVM_DEFAULT_TARGET_TRIPLE arm64-apple-darwin CACHE STRING "")
33
34
set(LLVM_APPEND_VC_REV NO CACHE BOOL "")
35
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR YES CACHE BOOL "")
0 commit comments