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 858a79e commit e325e2eCopy full SHA for e325e2e
llvm/utils/UpdateTestChecks/asm.py
@@ -535,11 +535,6 @@ def get_run_handler(triple):
535
"x86": (scrub_asm_x86, ASM_FUNCTION_X86_RE),
536
"i386": (scrub_asm_x86, ASM_FUNCTION_X86_RE),
537
"arm64_32": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),
538
- "arm64_32-apple-ios": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),
539
- "arm64_32-apple-watchos": (
540
- scrub_asm_arm_eabi,
541
- ASM_FUNCTION_AARCH64_DARWIN_RE,
542
- ),
543
"aarch64": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_RE),
544
"aarch64-apple-darwin": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),
545
"aarch64-apple-ios": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),
0 commit comments