[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:46:37 PDT 2018


jakehehrlich added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/auto-remove-shndx.test:1
+RUN: gunzip -c %p/Inputs/many-sections.o.gz > %t
+RUN: llvm-objcopy -R .text -R s0 -R s1 -R s2 -R s3 -R s4 -R s5 -R s6 %t %t2
----------------
alexshap wrote:
> just in case - I don't see any other tests using gunzip - not sure if it's available by default (in particular, on the machines where build bots are running)
There is no published list. I'll just have to try it and revert it if it doesn't work. This is the easy case that *might* just work. If this dosn't work then I'll add some python to each of these tests to unzip the file instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D49206





More information about the llvm-commits mailing list