OSDN Git Service

Add llvm-pdbdump to the tool substitutions list in lit. NFC.
authorPete Cooper <peter_cooper@apple.com>
Mon, 2 May 2016 16:51:26 +0000 (16:51 +0000)
committerPete Cooper <peter_cooper@apple.com>
Mon, 2 May 2016 16:51:26 +0000 (16:51 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268250 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 2812ee2..32bf788 100644 (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",