[llvm] r207976 - [Test] Remove substitution for clang
Adam Nemet
anemet at apple.com
Mon May 5 10:17:27 PDT 2014
Author: anemet
Date: Mon May 5 12:17:27 2014
New Revision: 207976
URL: http://llvm.org/viewvc/llvm-project?rev=207976&view=rev
Log:
[Test] Remove substitution for clang
clang should not be used in the llvm tests. The topic was discussed in this
thread:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140428/214905.html
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=207976&r1=207975&r2=207976&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Mon May 5 12:17:27 2014
@@ -216,7 +216,6 @@ config.substitutions.append( ('%exeext',
NOJUNK = r"(?<!\.|-|\^|/)"
for pattern in [r"\bbugpoint\b(?!-)",
- NOJUNK + r"\bclang\b(?!-)",
NOJUNK + r"\bllc\b",
r"\blli\b",
r"\bllvm-ar\b",
More information about the llvm-commits
mailing list