diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/lit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index 846a6e92ca5..b7e64b6a284 100644 --- a/clang/test/lit.cfg +++ b/clang/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. |

