From: David Dean Date: Tue, 4 Oct 2011 16:26:41 +0000 (+0000) Subject: Fix PR9833/PR11054 (patch provided by Patrik Hägglund) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8a567f1fb9cfbbbc3dbedb10e2b5fc77a1e5ba50;p=oota-llvm.git Fix PR9833/PR11054 (patch provided by Patrik Hägglund) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141092 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"(?