Merge pull request #78688 from Steelskin/fabrice/use-correct-darwin-arm64-triple

[caches] Use `arm64-apple-darwin` triple
This commit is contained in:
Saleem Abdulrasool
2025-01-22 17:00:02 -08:00
committed by GitHub

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 "")