1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01: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.

llvm-svn: 126180
This commit is contained in:
Sean Callanan 2011-02-22 02:05:53 +00:00
parent 58b95654bc
commit 6619ddaec6

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