From db0accb674e7371e8450c0f085948e2243a3964d Mon Sep 17 00:00:00 2001 From: Francisco Lopes da Silva Date: Wed, 21 Jan 2015 21:38:05 +0000 Subject: [PATCH] Add back a FIXME note to lit.cfg. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226703 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lit.cfg b/test/lit.cfg index 846a6e92ca..b7e64b6a28 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -313,6 +313,7 @@ for pattern in [r"\bFileCheck\b", NoPreHyphenDot + r"\bclang-check\b" + NoPostHyphenDot, NoPreHyphenDot + r"\bclang-format\b" + NoPostHyphenDot, NoPreHyphenDot + r"\bclang-interpreter\b" + NoPostHyphenDot, + # FIXME: Some clang test uses opt? NoPreHyphenDot + r"\bopt\b" + NoPostBar + NoPostHyphenDot, # Handle these specially as they are strings searched # for during testing. -- 2.40.0