Add back a FIXME note to lit.cfg.

llvm-svn: 226703
This commit is contained in:
Francisco Lopes da Silva 2015-01-21 21:38:05 +00:00
parent 57c29ad223
commit 24a777238e
1 changed files with 1 additions and 0 deletions

View 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.