[PATCH] D21293: [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options.
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 08:18:24 PDT 2016
dsanders created this revision.
dsanders added a subscriber: llvm-commits.
dsanders added a dependency: D21292: [mips] Correct ELF format for N32..
Herald added a subscriber: dsanders.
This new alias takes a comma separated list of prefixes which allows
'--check-prefix=A --check-prefix=B --check-prefix=C' to be written as
'--check-prefixes=A,B,C'.
Depends on D21292 since it reduces the line length of elf_header.s.
http://reviews.llvm.org/D21293
Files:
test/FileCheck/check-dag-multi-prefix.txt
test/FileCheck/check-multi-prefix-label.txt
test/FileCheck/check-multiple-prefixes-mixed.txt
test/FileCheck/check-multiple-prefixes-nomatch-2.txt
test/FileCheck/check-multiple-prefixes-nomatch.txt
test/FileCheck/check-multiple-prefixes-substr.txt
test/FileCheck/check-substring-multi-prefix-2.txt
test/FileCheck/check-substring-multi-prefix.txt
test/FileCheck/multiple-missing-prefixes.txt
test/FileCheck/no-multi-suffixes.txt
test/MC/Mips/elf_header.s
utils/FileCheck/FileCheck.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21293.60530.patch
Type: text/x-patch
Size: 43866 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160613/3026ba1a/attachment.bin>
More information about the llvm-commits
mailing list