From 6ac46b42ac3e80ba0d38bd156477ca6be8b5e8ab Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 13 Nov 2016 19:37:00 +0000 Subject: [PATCH] test: synchronise lit substitutions llvm-strings was added to the test dependencies without updating the lit substitutions. Synchronise the list. llvm-svn: 286773 --- llvm/test/lit.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index 9c038b4..b9ca54b 100644 --- a/llvm/test/lit.cfg +++ b/llvm/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", -- 2.7.4