[PATCH] D12504: [llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 15:25:03 PDT 2015
davide created this revision.
davide added reviewers: kledzik, grosbach, rafael.
davide added a subscriber: llvm-commits.
davide set the repository for this revision to rL LLVM.
I stumbled upon this fileld while looking at macho-dump -- and it seems llvm-readobj completely ignores it. I wasn't able to gather many informations about it, I just see that MCWriter unconditionally sets this to zero only for 64-bits object.
Jim, Nick, I hope this is the right way of handling it. I'm also curious about what this is supposed to be used for :)
Repository:
rL LLVM
http://reviews.llvm.org/D12504
Files:
test/MC/AArch64/arm64-leaf-compact-unwind.s
test/tools/llvm-readobj/sections-ext.test
test/tools/llvm-readobj/sections.test
tools/llvm-readobj/MachODumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12504.33638.patch
Type: text/x-patch
Size: 5258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150831/7ac159e2/attachment.bin>
More information about the llvm-commits
mailing list