[lit] Remove LitTestCase
[llvm-complete.git] / test / tools / llvm-objcopy / ELF / Inputs / compress-debug-sections.yaml
blobbb1e9e6c338eb2cfd359466b6b5f83ec80fb6f73
1 --- !ELF
2 FileHeader:
3   Class:           ELFCLASS64
4   Data:            ELFDATA2LSB
5   Type:            ET_REL
6   Machine:         EM_X86_64
7 Sections:
8   - Name:            .debug_foo
9     Type:            SHT_PROGBITS
10     Content:         0000000000000000
11   - Name:            .notdebug_foo
12     Type:            SHT_PROGBITS
13     Content:         0000000000000000
14   - Name:            .rela.debug_foo
15     Type:            SHT_RELA
16     Info:            .debug_foo
17     Relocations:
18       - Offset:          0x1
19         Symbol:          .debug_foo
20         Type:            R_X86_64_32
21 ...