Fixed lit.cfg to no longer recognize the old
[oota-llvm.git] / test / lit.cfg
index 21b0a48be9f1179aa21b7c5d38c791fa71d4509e..9a4cfa4d3888bbb037200ed9f4c281fb4e3bb70a 100644 (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",