aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorJon Roelofs <jonathan_roelofs@apple.com>2024-06-04 07:18:54 -0700
committerJon Roelofs <jonathan_roelofs@apple.com>2024-06-04 07:25:38 -0700
commite325e2e5928d4893bedee2d4bbb7d71cc855c67a (patch)
treeda4125d9bb4b3a93521257928a674fb87708f275 /llvm
parent858a79eb1896b957098746c82c956c74b482866d (diff)
downloadllvm-e325e2e5928d4893bedee2d4bbb7d71cc855c67a.zip
llvm-e325e2e5928d4893bedee2d4bbb7d71cc855c67a.tar.gz
llvm-e325e2e5928d4893bedee2d4bbb7d71cc855c67a.tar.bz2
update_test_checks: drop the other arm64_32 handlers
Diffstat (limited to 'llvm')
-rw-r--r--llvm/utils/UpdateTestChecks/asm.py5
1 files changed, 0 insertions, 5 deletions
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),