diff options
author | Pete Cooper <peter_cooper@apple.com> | 2016-05-02 16:51:26 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2016-05-02 16:51:26 +0000 |
commit | 228b1e9a1f2a52e13156b3f12c73ac004cb7ffc1 (patch) | |
tree | 22c290c9bde354943ea5274c364dfbe5aad9d5e2 | |
parent | 1ec7dc77fb41294f625d10e140da5356356b53e5 (diff) | |
download | bcm5719-llvm-228b1e9a1f2a52e13156b3f12c73ac004cb7ffc1.tar.gz bcm5719-llvm-228b1e9a1f2a52e13156b3f12c73ac004cb7ffc1.zip |
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
-rw-r--r-- | llvm/test/lit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index 2812ee28da8..32bf788ae53 100644 --- a/llvm/test/lit.cfg +++ b/llvm/test/lit.cfg @@ -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", |