[PATCH] D46481: Add llvm-dwarfdump tool_patterns
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 4 17:37:00 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD331572: Add llvm-dwarfdump tool_patterns (authored by sbc, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D46481?vs=145314&id=145335#toc
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D46481
Files:
test/lit.cfg.py
Index: test/lit.cfg.py
===================================================================
--- test/lit.cfg.py
+++ test/lit.cfg.py
@@ -40,7 +40,7 @@
tool_patterns = [
'llc', 'llvm-as', 'llvm-mc', 'llvm-nm', 'llvm-objdump', 'llvm-pdbutil',
- 'llvm-readelf', 'llvm-readobj', 'obj2yaml', 'yaml2obj']
+ 'llvm-dwarfdump', 'llvm-readelf', 'llvm-readobj', 'obj2yaml', 'yaml2obj']
llvm_config.add_tool_substitutions(tool_patterns)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46481.145335.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180505/2e3697b5/attachment.bin>
More information about the llvm-commits
mailing list