Skip to content

Commit e325e2e

Browse files
committed
update_test_checks: drop the other arm64_32 handlers
1 parent 858a79e commit e325e2e

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

llvm/utils/UpdateTestChecks/asm.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,11 +535,6 @@ def get_run_handler(triple):
535535
"x86": (scrub_asm_x86, ASM_FUNCTION_X86_RE),
536536
"i386": (scrub_asm_x86, ASM_FUNCTION_X86_RE),
537537
"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-
),
543538
"aarch64": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_RE),
544539
"aarch64-apple-darwin": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),
545540
"aarch64-apple-ios": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE),

0 commit comments

Comments
 (0)