Skip to content

Commit 7d6ff86

Browse files
authored
Merge pull request #78688 from Steelskin/fabrice/use-correct-darwin-arm64-triple
[caches] Use `arm64-apple-darwin` triple
2 parents e689ad3 + 982f934 commit 7d6ff86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/caches/Darwin-arm64.cmake

+1-1
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)