[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

llvm-svn: 207976
This commit is contained in:
Adam Nemet 2014-05-05 17:17:27 +00:00
parent 1ecf750ec8
commit 47c4e4e46d
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@ config.substitutions.append( ('%exeext', config.llvm_exe_ext) )
NOJUNK = r"(?<!\.|-|\^|/)"
for pattern in [r"\bbugpoint\b(?!-)",
NOJUNK + r"\bclang\b(?!-)",
NOJUNK + r"\bllc\b",
r"\blli\b",
r"\bllvm-ar\b",