[PATCH] D63723: [UpdateTestChecks] [PowerPC] Add powerpc- triple support

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 10:51:22 PDT 2019


jsji marked an inline comment as done.
jsji 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),
----------------
lebedev.ri wrote:
> These are identical to that new `'powerpc'` entry, and given that the matching is 'lossy', they can be dropped.
Good point! Updated to remove `powerpc64` and `powerpc64le`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63723/new/

https://reviews.llvm.org/D63723





More information about the llvm-commits mailing list