forked from OSchip/llvm-project
Don't expect to find fpcmp and PerfectShuffle when running lit tests
llvm-svn: 207704
This commit is contained in:
parent
f517c0f21b
commit
c717e7803c
|
@ -214,7 +214,6 @@ for pattern in [r"\bbugpoint\b(?!-)",
|
||||||
NOJUNK + r"\bclang\b(?!-)",
|
NOJUNK + r"\bclang\b(?!-)",
|
||||||
NOJUNK + r"\bllc\b",
|
NOJUNK + r"\bllc\b",
|
||||||
r"\blli\b",
|
r"\blli\b",
|
||||||
r"\bllvm-PerfectShuffle\b",
|
|
||||||
r"\bllvm-ar\b",
|
r"\bllvm-ar\b",
|
||||||
r"\bllvm-as\b",
|
r"\bllvm-as\b",
|
||||||
r"\bllvm-bcanalyzer\b",
|
r"\bllvm-bcanalyzer\b",
|
||||||
|
@ -242,7 +241,6 @@ for pattern in [r"\bbugpoint\b(?!-)",
|
||||||
r"\bFileCheck\b",
|
r"\bFileCheck\b",
|
||||||
r"\bFileUpdate\b",
|
r"\bFileUpdate\b",
|
||||||
r"\bc-index-test\b",
|
r"\bc-index-test\b",
|
||||||
r"\bfpcmp\b",
|
|
||||||
r"\bobj2yaml\b",
|
r"\bobj2yaml\b",
|
||||||
r"\byaml2obj\b",
|
r"\byaml2obj\b",
|
||||||
# Handle these specially as they are strings searched
|
# Handle these specially as they are strings searched
|
||||||
|
|
Loading…
Reference in New Issue