[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git] / test / tools / llvm-objcopy / ELF / only-section-remove-strtab.test
blobc88fef2fd0cdd7fdf48e6023815e7534a13523c1
1 # RUN: yaml2obj %s > %t
2 # RUN: llvm-objcopy -R .symtab -R .strtab --only-section=.test %t %t2
3 # RUN: llvm-objcopy -j .test -R .strtab -R .symtab %t %t3
4 # RUN: llvm-readobj --file-headers --sections %t2 | FileCheck %s
5 # RUN: diff %t2 %t3
7 !ELF
8 FileHeader:
9   Class:           ELFCLASS64
10   Data:            ELFDATA2LSB
11   Type:            ET_REL
12   Machine:         EM_X86_64
13 Sections:
14   - Name:            .test
15     Type:            SHT_PROGBITS
16     Flags:           [ ]
18 # CHECK: SectionHeaderCount: 3
20 # CHECK:     Name: .test
21 # CHECK:     Name: .shstrtab