Add llvm-pdbdump to the tool substitutions list in lit. NFC.

This adds llvm-pdbdump to the list of tools which get printed with
the full path in verbose mode.  This makes it easier to take the
whole run line from verbose output and run it again without prepending
with the builds bin directory.

llvm-svn: 268250
This commit is contained in:
Pete Cooper 2016-05-02 16:51:26 +00:00
parent 1ec7dc77fb
commit 228b1e9a1f
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ for pattern in [r"\bbugpoint\b(?!-)",
r"\bllvm-mcmarkup\b",
r"\bllvm-nm\b",
r"\bllvm-objdump\b",
r"\bllvm-pdbdump\b",
r"\bllvm-profdata\b",
r"\bllvm-ranlib\b",
r"\bllvm-readobj\b",