[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-objdump / non-archive-object.test
blobeb6a186de24a41f6ba0092daf1ec4eee88e6affb
1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-objdump -a %t | FileCheck %s
4 # If this test has not crashed, then this test passed.
5 # CHECK: file format elf64-x86-64
7 !ELF
8 FileHeader:
9   Class:           ELFCLASS64
10   Data:            ELFDATA2LSB
11   Type:            ET_EXEC
12   Machine:         EM_X86_64
13 Sections:
14   - Name:            .bss
15     Type:            SHT_NOBITS
16     Flags:           [ SHF_ALLOC ]
17     AddressAlign:    0x0000000000000010
18     Size:            64
19   - Name:            .text
20     Type:            SHT_PROGBITS
21     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
22     AddressAlign:    0x0000000000000010
23     Content:         "01234567"
24     Size:            4