Home | History | Annotate | Download | only in llvm-objcopy
      1 # This test checks to see that a .symtab_shndx section is added to any binary
      2 # that needs it, even if the original was removed.
      3 RUN: %python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t
      4 RUN: llvm-objcopy -R .symtab_shndx %t %t2
      5 RUN: llvm-readobj -sections %t2 | FileCheck %s
      6 
      7 CHECK: Name: .symtab_shndx (
      8