mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-30 23:21:04 +00:00
[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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207976 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b4c8c2b2a
commit
d51c57f4e7
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user