diff options
-rw-r--r-- | test/lit.cfg | 2 |
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", |