[PATCH] D37393: [llvm-objcopy] Add support for section indexes greater than SHN_LORESERVE
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 12:49:49 PDT 2017
jakehehrlich created this revision.
As is indexes above SHN_LORESERVE will not be handled correctly because they'll be treated as indexes of sections rather than special values that should just be copied. This change adds support to copy them though.
Repository:
rL LLVM
https://reviews.llvm.org/D37393
Files:
test/tools/llvm-objcopy/abs-symbol.test
tools/llvm-objcopy/Object.cpp
tools/llvm-objcopy/Object.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37393.113580.patch
Type: text/x-patch
Size: 4071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170901/743d29ea/attachment.bin>
More information about the llvm-commits
mailing list