[PATCH] D49206: [llvm-objcopy] Add support for large indexes

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 16:00:34 PDT 2018


jakehehrlich created this revision.
jakehehrlich added reviewers: alexshap, jhenderson.
Herald added a subscriber: llvm-commits.

This patch is an update of an older patch that never landed (see here: https://reviews.llvm.org/D42516)

Recently various users have run into this issue and it just 100% has to be solved at this point. The main difference in this patch is that I use gunzip instead of unzip which should hopefully allow tests to pass. Please review this as if it is a new patch however. I found some issues along the way and made some minor modifications.


Repository:
  rL LLVM

https://reviews.llvm.org/D49206

Files:
  llvm/test/tools/llvm-objcopy/Inputs/many-sections.o.gz
  llvm/test/tools/llvm-objcopy/auto-remove-shndx.test
  llvm/test/tools/llvm-objcopy/many-sections.test
  llvm/test/tools/llvm-objcopy/remove-shndx.test
  llvm/test/tools/llvm-objcopy/strict-no-add.test
  llvm/tools/llvm-objcopy/Object.cpp
  llvm/tools/llvm-objcopy/Object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49206.155075.patch
Type: text/x-patch
Size: 20465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180711/a8b2e4fe/attachment.bin>


More information about the llvm-commits mailing list