From e325e2e5928d4893bedee2d4bbb7d71cc855c67a Mon Sep 17 00:00:00 2001 From: Jon Roelofs Date: Tue, 4 Jun 2024 07:18:54 -0700 Subject: update_test_checks: drop the other arm64_32 handlers --- llvm/utils/UpdateTestChecks/asm.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/utils/UpdateTestChecks/asm.py') diff --git a/llvm/utils/UpdateTestChecks/asm.py b/llvm/utils/UpdateTestChecks/asm.py index 4dc50d9..f150098 100644 --- a/llvm/utils/UpdateTestChecks/asm.py +++ b/llvm/utils/UpdateTestChecks/asm.py @@ -535,11 +535,6 @@ def get_run_handler(triple): "x86": (scrub_asm_x86, ASM_FUNCTION_X86_RE), "i386": (scrub_asm_x86, ASM_FUNCTION_X86_RE), "arm64_32": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE), - "arm64_32-apple-ios": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE), - "arm64_32-apple-watchos": ( - scrub_asm_arm_eabi, - ASM_FUNCTION_AARCH64_DARWIN_RE, - ), "aarch64": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_RE), "aarch64-apple-darwin": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE), "aarch64-apple-ios": (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_DARWIN_RE), -- cgit v1.1