forked from OSchip/llvm-project
test: synchronise lit substitutions
llvm-strings was added to the test dependencies without updating the lit substitutions. Synchronise the list. llvm-svn: 286773
This commit is contained in:
parent
819f096f09
commit
6ac46b42ac
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue