Add clang-diff to tool_patterns in test/lit.cfg

llvm-svn: 311250
This commit is contained in:
Johannes Altmanninger 2017-08-19 17:52:29 +00:00
parent e1a89fbf6d
commit 4933a6a2b2

View File

@ -326,6 +326,7 @@ NoPostBar = r"(?!(/|\\))"
tool_patterns = [r"\bFileCheck\b",
r"\bc-index-test\b",
NoPreHyphenDot + r"\bclang-check\b" + NoPostHyphenDot,
NoPreHyphenDot + r"\bclang-diff\b" + NoPostHyphenDot,
NoPreHyphenDot + r"\bclang-format\b" + NoPostHyphenDot,
# FIXME: Some clang test uses opt?
NoPreHyphenDot + r"\bopt\b" + NoPostBar + NoPostHyphenDot,