diff options
Diffstat (limited to 'test/lit.cfg')
-rw-r--r-- | test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index 923e4dcc5b..91abb636f4 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -198,7 +198,7 @@ for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/|-)\bclang\b(?!-)", # Don't match '.opt', '-opt', # '^opt' or '/opt'. r"\bmacho-dump\b", r"(?<!\.|-|\^|/)\bopt\b", - r"\btblgen\b", r"\bFileCheck\b", + r"\bllvm-tblgen\b", r"\bFileCheck\b", r"\bFileUpdate\b", r"\bc-index-test\b", r"\bfpcmp\b", r"\bllvm-PerfectShuffle\b", # Handle these specially as they are strings searched |