[ARM] Add armv8a triple to test check updaters

llvm-svn: 355186
This commit is contained in:
Oliver Stannard 2019-03-01 09:26:21 +00:00
parent a38432cefb
commit 1ed7d8ae36
1 changed files with 1 additions and 0 deletions

View File

@ -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),