mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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