From 8a567f1fb9cfbbbc3dbedb10e2b5fc77a1e5ba50 Mon Sep 17 00:00:00 2001 From: David Dean Date: Tue, 4 Oct 2011 16:26:41 +0000 Subject: [PATCH] =?utf8?q?Fix=20PR9833/PR11054=20(patch=20provided=20by=20?= =?utf8?q?Patrik=20H=C3=A4gglund)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141092 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lit.cfg b/test/lit.cfg index c588efa3f2b..923e4dcc5b8 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -177,12 +177,12 @@ for sub in ['llvmgcc', 'llvmgxx', 'emitir', 'compile_cxx', 'compile_c', # includes every tool placed in $(LLVM_OBJ_ROOT)/$(BuildMode)/bin # (llvm_tools_dir in lit parlance). # Don't match 'bugpoint-' or 'clang-'. - # Don't match '/clang'. + # Don't match '/clang' or '-clang'. if os.pathsep == ';': pathext = os.environ.get('PATHEXT', '').split(';') else: pathext = [''] -for pattern in [r"\bbugpoint\b(?!-)", r"(?