[all-commits] [llvm/llvm-project] 3f1a9b: [objdump][macho] Emit segment names along with sec...
Daniel Sanders via All-commits
all-commits at lists.llvm.org
Fri Sep 4 09:57:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3f1a9b7eca0a969e18aabefa3ceb9054b94c17c0
https://github.com/llvm/llvm-project/commit/3f1a9b7eca0a969e18aabefa3ceb9054b94c17c0
Author: Daniel Sanders <daniel_l_sanders at apple.com>
Date: 2020-09-04 (Fri, 04 Sep 2020)
Changed paths:
M llvm/test/MC/AArch64/arm64_32-compact-unwind.s
M llvm/test/tools/llvm-objdump/MachO/section-contents.test
M llvm/tools/llvm-objdump/llvm-objdump.cpp
Log Message:
-----------
[objdump][macho] Emit segment names along with section names
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.
Differential Revision: https://reviews.llvm.org/D87119
More information about the All-commits
mailing list