mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 19:20:50 +00:00
Fixed lit.cfg to no longer recognize the old
edis name as needing expansion. This tool was been replaced by llvm-mc long ago. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
872f4a2247
commit
41dfd2b61b
@ -176,7 +176,7 @@ for sub in ['llvmgcc', 'llvmgxx', 'emitir', 'compile_cxx', 'compile_c',
|
||||
# Don't match 'bugpoint-' or 'clang-'.
|
||||
# Don't match '/clang'.
|
||||
for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/)\bclang\b(?!-)",
|
||||
r"\bedis\b", r"\bgold\b",
|
||||
r"\bgold\b",
|
||||
r"\bllc\b", r"\blli\b",
|
||||
r"\bllvm-ar\b", r"\bllvm-as\b",
|
||||
r"\bllvm-bcanalyzer\b", r"\bllvm-config\b",
|
||||
|
Loading…
x
Reference in New Issue
Block a user