[PATCH] D22932: Implement llvm-objdump -S and -l

khemant@codeaurora.org via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 13:46:44 PDT 2016


khemant updated the summary for this revision.
khemant updated this revision to Diff 67011.
khemant added a comment.

Made changes so all pretty printers can interleave source with disassembly. Added tests that test X86 and Hexagon printers.


Repository:
  rL LLVM

https://reviews.llvm.org/D22932

Files:
  include/llvm/Object/RelocVisitor.h
  test/tools/llvm-objdump/Hexagon/Inputs/source-interleave-x86_64.c
  test/tools/llvm-objdump/Hexagon/lit.local.cfg
  test/tools/llvm-objdump/Hexagon/source-interleave-x86_64.s
  test/tools/llvm-objdump/X86/Inputs/source-interleave-x86_64.c
  test/tools/llvm-objdump/X86/source-interleave.s
  tools/llvm-objdump/CMakeLists.txt
  tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22932.67011.patch
Type: text/x-patch
Size: 36406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160805/411aae1d/attachment.bin>


More information about the llvm-commits mailing list