aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index bb4635e..4262545 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -218,7 +218,7 @@ for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/|-)\bclang\b(?!-)",
r"\bllvm-nm\b", r"\bllvm-objdump\b",
r"\bllvm-prof\b", r"\bllvm-ranlib\b",
r"\bllvm-rtdyld\b", r"\bllvm-shlib\b",
- r"\bllvm-size\b",
+ r"\bllvm-size\b", r"\bllvm-readobj\b",
# Match llvmc but not -llvmc
NOHYPHEN + r"\bllvmc\b",
r"\bllvm-lto\b",