[PATCH] D63723: [UpdateTestChecks] [PowerPC] Add powerpc- triple support
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 09:35:29 PDT 2019
lebedev.ri added inline comments.
================
Comment at: llvm/utils/UpdateTestChecks/asm.py:312-313
+ 'powerpc': (scrub_asm_powerpc, ASM_FUNCTION_PPC_RE),
'powerpc64': (scrub_asm_powerpc, ASM_FUNCTION_PPC_RE),
'powerpc64le': (scrub_asm_powerpc, ASM_FUNCTION_PPC_RE),
'riscv32': (scrub_asm_riscv, ASM_FUNCTION_RISCV_RE),
----------------
These are identical to that new `'powerpc'` entry, and given that the matching is 'lossy', they can be dropped.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63723/new/
https://reviews.llvm.org/D63723
More information about the llvm-commits
mailing list