forked from OSchip/llvm-project
Fixed lit.cfg to no longer recognize the old
edis name as needing expansion. This tool was been replaced by llvm-mc long ago. llvm-svn: 126180
This commit is contained in:
parent
01ceff367a
commit
7d2f87b9a8
|
@ -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…
Reference in New Issue