From 03fc54c863ebadefc06ca9d3b259372d40c70a4d Mon Sep 17 00:00:00 2001 From: Oliver Stannard Date: Fri, 1 Mar 2019 09:26:21 +0000 Subject: [PATCH] [ARM] Add armv8a triple to test check updaters git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355186 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/UpdateTestChecks/asm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/UpdateTestChecks/asm.py b/utils/UpdateTestChecks/asm.py index 923efd5bbef..115d40051e5 100644 --- a/utils/UpdateTestChecks/asm.py +++ b/utils/UpdateTestChecks/asm.py @@ -230,6 +230,7 @@ def build_function_body_dictionary_for_triple(args, raw_tool_output, triple, pre 'armeb-eabi': (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE), 'armv7eb-eabi': (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE), 'armv7eb': (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE), + 'armv8a': (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE), 'mips': (scrub_asm_mips, ASM_FUNCTION_MIPS_RE), 'powerpc64': (scrub_asm_powerpc64, ASM_FUNCTION_PPC_RE), 'powerpc64le': (scrub_asm_powerpc64, ASM_FUNCTION_PPC_RE), -- 2.40.0