mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
Add clang-diff to tool_patterns in test/lit.cfg
llvm-svn: 311250
This commit is contained in:
parent
e1a89fbf6d
commit
4933a6a2b2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user