From 06246f10cdf4b46d8938946e747bbef494441cfb Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 22 Mar 2014 04:46:59 +0000 Subject: [PATCH] Revert r204493, "Make clang/test/lit.cfg pre-scan the RUN line looking for tool names," It was incompatible to standlalone clang build. llvm-svn: 204539 --- clang/test/lit.cfg | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index 8d0ac80ebe68..f7acb2f15684 100644 --- a/clang/test/lit.cfg +++ b/clang/test/lit.cfg @@ -288,40 +288,6 @@ config.substitutions.append( (' %clang-cl ', """*** invalid substitution, use '%clang_cl'. ***""") ) -# For each occurrence of a clang tool name as its own word, replace it -# with the full path to the build directory holding that tool. This -# ensures that we are testing the tools just built and not some random -# tools that might happen to be in the user's PATH. -# For example, don't match 'clang-check-' or '.clang-format'. -# Regex assertions to reject neighbor hyphens/dots (seen in some tests). -NoPreHyphenDot = r"(?