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:
Sean Callanan 2011-02-22 02:05:53 +00:00
parent 01ceff367a
commit 7d2f87b9a8
1 changed files with 1 additions and 1 deletions

View File

@ -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",