forked from OSchip/llvm-project
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:
parent
1ec7dc77fb
commit
228b1e9a1f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue