[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-objdump / X86 / out-of-section-sym.test
blob9f5e3bcdb74638c9c9bb5b06c3285c9dea33edba
1 // Check that llvm-objdump does not attempt to disassemble symbols outside
2 // of section boundaries.
3 // RUN: llvm-objdump -d -t %p/Inputs/out-of-section-sym.elf-i386 >%t0
4 // RUN: llvm-objdump -dt %p/Inputs/out-of-section-sym.elf-i386 >%t1
5 // RUN: cmp %t0 %t1
6 // RUN: FileCheck --input-file %t0 %s
8 CHECK: SYMBOL TABLE:
9 CHECK-NEXT: 00000010 l    d  .text  00000000 .text
10 CHECK-NEXT: 00000010 l       .text  00000000 _start
11 CHECK-NEXT: 00000020 g       .text  00000000 _fdata
12 CHECK-NEXT: 00000010 g       .text  00000000 _ftext
13 CHECK-EMPTY:
14 CHECK-NEXT: Disassembly of section .text:
15 CHECK-EMPTY:
16 CHECK-NEXT: <_start>:
17 CHECK-NEXT:   10:  c3  retl