Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / tools / llvm-objdump / X86 / out-of-section-sym.test
blob55de107a60b31757889fa2adf157569f0e0e613f
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 | FileCheck %s
5 CHECK: Disassembly of section .text:
6 CHECK-NEXT: _start:
7 CHECK-NEXT:   10:  c3  retl
8 CHECK-NEXT: SYMBOL TABLE:
9 CHECK-NEXT: 00000010 l    d  .text  00000000 .text
10 CHECK-NEXT: 00000010         .text  00000000 _start
11 CHECK-NEXT: 00000020         .text  00000000 _fdata
12 CHECK-NEXT: 00000010         .text  00000000 _ftext