From 231143271168635b5ce0290561d9dd057cd0f088 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286773 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.cfg | 1 + 1 file changed, 1 insertion(+) 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", -- 2.40.0