aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-10-28 23:37:49 +0000
committerAlp Toker <alp@nuanti.com>2013-10-28 23:37:49 +0000
commit1765daa21c51a3e6bfc7db4adbbcbac0e0dcff3e (patch)
tree699890440d4dc0eba32520f7097d2cc432034793 /test/lit.cfg
parente794e41c35a87e4c3077c19b1304a6f377d6c74d (diff)
downloadexternal_llvm-1765daa21c51a3e6bfc7db4adbbcbac0e0dcff3e.zip
external_llvm-1765daa21c51a3e6bfc7db4adbbcbac0e0dcff3e.tar.gz
external_llvm-1765daa21c51a3e6bfc7db4adbbcbac0e0dcff3e.tar.bz2
lit: add missing substitutions for recently added tools
llvm-mcmarkup, obj2yaml and yaml2obj were missing from the substitutions list, causing the test suite to fail in a sandboxed environment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193559 91177308-0d34-0410-b5e6-96231b3b80d8
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 9ac7e7a..df1f4a1 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",