Skip to content

Commit 982f934

Browse files
committed
[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`.
1 parent 452302e commit 982f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/caches/Darwin-arm64.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
2929

3030
# NOTE(compnerd) we can hardcode the default target triple since the cache files
3131
# are target dependent.
32-
set(LLVM_DEFAULT_TARGET_TRIPLE aarch64-apple-darwin CACHE STRING "")
32+
set(LLVM_DEFAULT_TARGET_TRIPLE arm64-apple-darwin CACHE STRING "")
3333

3434
set(LLVM_APPEND_VC_REV NO CACHE BOOL "")
3535
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR YES CACHE BOOL "")

0 commit comments

Comments
 (0)