[llvm] r268250 - Add llvm-pdbdump to the tool substitutions list in lit. NFC.
Pete Cooper via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 09:51:26 PDT 2016
Author: pete
Date: Mon May 2 11:51:26 2016
New Revision: 268250
URL: http://llvm.org/viewvc/llvm-project?rev=268250&view=rev
Log:
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.
Modified:
llvm/trunk/test/lit.cfg
Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=268250&r1=268249&r2=268250&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Mon May 2 11:51:26 2016
@@ -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",
More information about the llvm-commits
mailing list