Skip to content

Commit db682a7

Browse files
authored
[utils] Add "aarch64-apple-macosx" triple to update_llc_test_checks.py (#144023)
Add a missing valid triple "aarch64-apple-macosx" for usability.
1 parent d6e25c4 commit db682a7

File tree

1 file changed

+1
-0
lines changed
  • llvm/utils/UpdateTestChecks

1 file changed

+1
-0
lines changed

llvm/utils/UpdateTestChecks/asm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ def get_run_handler(triple):
561561
"aarch64": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_RE),
562562
"aarch64-apple-darwin": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),
563563
"aarch64-apple-ios": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),
564+
"aarch64-apple-macosx": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),
564565
"bpf": (scrub_asm_bpf, ASM_FUNCTION_BPF_RE),
565566
"bpfel": (scrub_asm_bpf, ASM_FUNCTION_BPF_RE),
566567
"bpfeb": (scrub_asm_bpf, ASM_FUNCTION_BPF_RE),

0 commit comments

Comments
 (0)