[PATCH] D46481: Add llvm-dwarfdump tool_patterns

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 15:47:43 PDT 2018


sbc100 created this revision.
Herald added subscribers: llvm-commits, JDevlieghere, aheejin.

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.145314.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180504/db02c064/attachment.bin>


More information about the llvm-commits mailing list