mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #78688 from Steelskin/fabrice/use-correct-darwin-arm64-triple
[caches] Use `arm64-apple-darwin` triple
This commit is contained in:
@@ -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 "")
|
||||
|
||||
Reference in New Issue
Block a user