We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e25c4 commit db682a7Copy full SHA for db682a7
llvm/utils/UpdateTestChecks/asm.py
@@ -561,6 +561,7 @@ def get_run_handler(triple):
561
"aarch64": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_RE),
562
"aarch64-apple-darwin": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),
563
"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),
565
"bpf": (scrub_asm_bpf, ASM_FUNCTION_BPF_RE),
566
"bpfel": (scrub_asm_bpf, ASM_FUNCTION_BPF_RE),
567
"bpfeb": (scrub_asm_bpf, ASM_FUNCTION_BPF_RE),
0 commit comments