summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/auto-remove-shndx.test
blob: 349d35a6dc90ce273385cbff09f452a303a6e02b (plain)
1
2
3
4
5
# RUN: '%python' %p/Inputs/ungzip.py %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
# RUN: llvm-readobj -sections %t2 | FileCheck --check-prefix=SECS %s

# SECS-NOT: Name: .symtab_shndx
OpenPOWER on IntegriCloud