test: synchronise lit substitutions
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Nov 2016 19:37:00 +0000 (19:37 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Nov 2016 19:37:00 +0000 (19:37 +0000)
llvm-strings was added to the test dependencies without updating the lit
substitutions.  Synchronise the list.

llvm-svn: 286773

llvm/test/lit.cfg

index 9c038b4..b9ca54b 100644 (file)
@@ -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",