summaryrefslogtreecommitdiff
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-02-22 02:05:53 +0000
committerSean Callanan <scallanan@apple.com>2011-02-22 02:05:53 +0000
commit41dfd2b61ba8548cc586371bbb27c966cc34517b (patch)
treed339d73744a0fe0c55c9fab1a7fa7e1e83c9dea8 /test/lit.cfg
parent872f4a224711ef55b821746fc7a24b9260fee370 (diff)
downloadllvm-41dfd2b61ba8548cc586371bbb27c966cc34517b.tar.gz
llvm-41dfd2b61ba8548cc586371bbb27c966cc34517b.tar.bz2
llvm-41dfd2b61ba8548cc586371bbb27c966cc34517b.tar.xz
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
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 21b0a48be9..9a4cfa4d38 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -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",