diff options
| author | Alexey Samsonov <samsonov@google.com> | 2014-04-30 21:26:35 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2014-04-30 21:26:35 +0000 |
| commit | c717e7803cbb0147e252a2ca31972c2bad4eac4a (patch) | |
| tree | b03ba5e57eb8edaea3997f2e779b777b62756565 /llvm/test | |
| parent | f517c0f21bcc6e3b57fe4c906d0ab2dca51128f8 (diff) | |
| download | bcm5719-llvm-c717e7803cbb0147e252a2ca31972c2bad4eac4a.tar.gz bcm5719-llvm-c717e7803cbb0147e252a2ca31972c2bad4eac4a.zip | |
Don't expect to find fpcmp and PerfectShuffle when running lit tests
llvm-svn: 207704
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/lit.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index df1850a663d..f29ae85a09f 100644 --- a/llvm/test/lit.cfg +++ b/llvm/test/lit.cfg @@ -214,7 +214,6 @@ for pattern in [r"\bbugpoint\b(?!-)", NOJUNK + r"\bclang\b(?!-)", NOJUNK + r"\bllc\b", r"\blli\b", - r"\bllvm-PerfectShuffle\b", r"\bllvm-ar\b", r"\bllvm-as\b", r"\bllvm-bcanalyzer\b", @@ -242,7 +241,6 @@ for pattern in [r"\bbugpoint\b(?!-)", r"\bFileCheck\b", r"\bFileUpdate\b", r"\bc-index-test\b", - r"\bfpcmp\b", r"\bobj2yaml\b", r"\byaml2obj\b", # Handle these specially as they are strings searched |

