[PATCH] D43996: [llvm-objcopy] Implement support for .group sections.
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 1 21:14:21 PST 2018
alexshap created this revision.
alexshap added reviewers: jakehehrlich, jhenderson.
This diff adds support for .group sections to llvm-objcopy.
P.S. This change was enough to make the linker and binutils objdump/objcopy work correctly on the examples I was looking at,
however i'm planning to add proper handing of sh_info in a follow-up patch.
Test plan: make check-all
Repository:
rL LLVM
https://reviews.llvm.org/D43996
Files:
test/tools/llvm-objcopy/Inputs/groups.o
test/tools/llvm-objcopy/test-groups.test
tools/llvm-objcopy/Object.cpp
tools/llvm-objcopy/Object.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43996.136677.patch
Type: text/x-patch
Size: 14506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180302/e0e57037/attachment.bin>
More information about the llvm-commits
mailing list