From: Saleem Abdulrasool Date: Sun, 13 Nov 2016 19:37:00 +0000 (+0000) Subject: test: synchronise lit substitutions X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=231143271168635b5ce0290561d9dd057cd0f088;p=llvm test: synchronise lit substitutions llvm-strings was added to the test dependencies without updating the lit substitutions. Synchronise the list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286773 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.cfg b/test/lit.cfg index 9c038b4c8ad..b9ca54b5baf 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -307,6 +307,7 @@ for pattern in [r"\bbugpoint\b(?!-)", r"\bllvm-rtdyld\b", r"\bllvm-size\b", r"\bllvm-split\b", + r"\bllvm-strings\b", r"\bllvm-tblgen\b", r"\bllvm-c-test\b", r"\bllvm-cxxfilt\b",