From 318b6dafca23afd864d183b51b978a7ed9344416 Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Mon, 24 Jun 2019 18:00:34 +0000 Subject: [PowerPC][UpdateTestChecks] powerpc- triple support There are quite some old testcases with powerpc- triple, we should add this triple support so that we can update them with script. Differential Revision: https://reviews.llvm.org/D63723 llvm-svn: 364213 --- llvm/utils/UpdateTestChecks/asm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/utils/UpdateTestChecks/asm.py') diff --git a/llvm/utils/UpdateTestChecks/asm.py b/llvm/utils/UpdateTestChecks/asm.py index 146ef6e2efb..ce6cbc48a15 100644 --- a/llvm/utils/UpdateTestChecks/asm.py +++ b/llvm/utils/UpdateTestChecks/asm.py @@ -308,8 +308,7 @@ def build_function_body_dictionary_for_triple(args, raw_tool_output, triple, pre 'thumbv7-apple-ios' : (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_IOS_RE), 'mips': (scrub_asm_mips, ASM_FUNCTION_MIPS_RE), 'ppc32': (scrub_asm_powerpc, ASM_FUNCTION_PPC_RE), - 'powerpc64': (scrub_asm_powerpc, ASM_FUNCTION_PPC_RE), - 'powerpc64le': (scrub_asm_powerpc, ASM_FUNCTION_PPC_RE), + 'powerpc': (scrub_asm_powerpc, ASM_FUNCTION_PPC_RE), 'riscv32': (scrub_asm_riscv, ASM_FUNCTION_RISCV_RE), 'riscv64': (scrub_asm_riscv, ASM_FUNCTION_RISCV_RE), 'lanai': (scrub_asm_lanai, ASM_FUNCTION_LANAI_RE), -- cgit v1.2.3