[llvm] r207704 - Don't expect to find fpcmp and PerfectShuffle when running lit tests
Alexey Samsonov
samsonov at google.com
Wed Apr 30 14:26:35 PDT 2014
Author: samsonov
Date: Wed Apr 30 16:26:35 2014
New Revision: 207704
URL: http://llvm.org/viewvc/llvm-project?rev=207704&view=rev
Log:
Don't expect to find fpcmp and PerfectShuffle when running lit tests
Modified:
llvm/trunk/test/lit.cfg
Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=207704&r1=207703&r2=207704&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Wed Apr 30 16:26:35 2014
@@ -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
More information about the llvm-commits
mailing list