[PATCH] D87119: [objdump][macho] Emit segment names along with section names

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 17:12:06 PDT 2020


dsanders created this revision.
dsanders added a reviewer: pete.
Herald added a subscriber: rupprecht.
Herald added a reviewer: jhenderson.
Herald added a reviewer: MaskRay.
Herald added a project: LLVM.
dsanders requested review of this revision.

I recently came across a MachO with multiple sections of the same name but
different segments. We should emit the segment name alongside the section name
for MachO's.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87119

Files:
  llvm/test/MC/AArch64/arm64_32-compact-unwind.s
  llvm/test/tools/llvm-objdump/MachO/section-contents.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87119.289834.patch
Type: text/x-patch
Size: 4546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200904/83aa3ed8/attachment.bin>


More information about the llvm-commits mailing list