[PATCH] D63732: [UpdateTestChecks][NFC] Remove entries with same prefix
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 11:26:03 PDT 2019
lebedev.ri added a reviewer: RKSimon.
lebedev.ri added inline comments.
================
Comment at: llvm/utils/UpdateTestChecks/asm.py:293
'i686': (scrub_asm_x86, ASM_FUNCTION_X86_RE),
'x86': (scrub_asm_x86, ASM_FUNCTION_X86_RE),
'i386': (scrub_asm_x86, ASM_FUNCTION_X86_RE),
----------------
Is `x86` a real triple?
I've never seen it used.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63732/new/
https://reviews.llvm.org/D63732
More information about the llvm-commits
mailing list