summaryrefslogtreecommitdiff
path: root/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 9ac7e7a5a2..df1f4a1019 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -224,6 +224,7 @@ for pattern in [r"\bbugpoint\b(?!-)",
r"\bllvm-link\b",
r"\bllvm-lto\b",
r"\bllvm-mc\b",
+ r"\bllvm-mcmarkup\b",
r"\bllvm-nm\b",
r"\bllvm-objdump\b",
r"\bllvm-ranlib\b",
@@ -244,6 +245,8 @@ for pattern in [r"\bbugpoint\b(?!-)",
r"\bFileUpdate\b",
r"\bc-index-test\b",
r"\bfpcmp\b",
+ r"\bobj2yaml\b",
+ r"\byaml2obj\b",
# Handle these specially as they are strings searched
# for during testing.
r"\| \bcount\b",