[caches] Use arm64-apple-darwin triple

`LLVM_DEFAULT_TARGET_TRIPLE` was previously set to
`aarch64-apple-darwin` for Darwin Arm64 platforms. The correct value
should be `arm64-apple-darwin`.
This commit is contained in:
Fabrice de Gans
2025-01-16 12:19:48 -08:00
parent 452302e3b9
commit 982f934f0d

View File

@@ -29,7 +29,7 @@ set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
# NOTE(compnerd) we can hardcode the default target triple since the cache files
# are target dependent.
set(LLVM_DEFAULT_TARGET_TRIPLE aarch64-apple-darwin CACHE STRING "")
set(LLVM_DEFAULT_TARGET_TRIPLE arm64-apple-darwin CACHE STRING "")
set(LLVM_APPEND_VC_REV NO CACHE BOOL "")
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR YES CACHE BOOL "")