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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D87119
[objdump][macho] Emit segment names along with section names ClosedPublic Authored by dsanders on Sep 3 2020, 5:12 PM.
Details Summary I recently came across a MachO with multiple sections of the same name but
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 3 2020, 5:14 PM This revision was landed with ongoing or failed builds.Sep 4 2020, 9:57 AM Closed by commit rG3f1a9b7eca0a: [objdump][macho] Emit segment names along with section names (authored by dsanders). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 289988 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
|