[PATCH] D49206: [llvm-objcopy] Add support for large indexes
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 11 16:05:46 PDT 2018
alexshap 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
----------------
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)
Repository:
rL LLVM
https://reviews.llvm.org/D49206
More information about the llvm-commits
mailing list