]> granicus.if.org Git - clang/commitdiff
Add back a FIXME note to lit.cfg.
authorFrancisco Lopes da Silva <oblita@gmail.com>
Wed, 21 Jan 2015 21:38:05 +0000 (21:38 +0000)
committerFrancisco Lopes da Silva <oblita@gmail.com>
Wed, 21 Jan 2015 21:38:05 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226703 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 846a6e92ca5114760936e0e2f16979a80389151c..b7e64b6a28425f2228230366ef7495347684ae81 100644 (file)
@@ -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.