[PATCH] D43827: [ELF] Add llvm-readelf to the lit tool substitutions

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 14:05:41 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD326257: [ELF] Add llvm-readelf to the lit tool substitutions (authored by arichardson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43827?vs=136092&id=136153#toc

Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43827

Files:
  test/lit.cfg.py


Index: test/lit.cfg.py
===================================================================
--- test/lit.cfg.py
+++ test/lit.cfg.py
@@ -39,8 +39,8 @@
 llvm_config.use_lld()
 
 tool_patterns = [
-    'llc', 'llvm-as', 'llvm-mc', 'llvm-nm',
-    'llvm-objdump', 'llvm-pdbutil', 'llvm-readobj', 'obj2yaml', 'yaml2obj']
+    'llc', 'llvm-as', 'llvm-mc', 'llvm-nm', 'llvm-objdump', 'llvm-pdbutil',
+    'llvm-readelf', 'llvm-readobj', 'obj2yaml', 'yaml2obj']
 
 llvm_config.add_tool_substitutions(tool_patterns)
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43827.136153.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180227/e846a07b/attachment.bin>


More information about the llvm-commits mailing list