[Test] Remove substitution for clang
authorAdam Nemet <anemet@apple.com>
Mon, 5 May 2014 17:17:27 +0000 (17:17 +0000)
committerAdam Nemet <anemet@apple.com>
Mon, 5 May 2014 17:17:27 +0000 (17:17 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207976 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 9eaeb1f414155e903659e133f02e29ea8aa4832f..74f3aa960360c835ca684ba430ce5cab3dc7cc9d 100644 (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",