[Object/llvm-readobj] - Cleanup testing of the dynamic objects.
[llvm-complete.git] / test / Object / X86 / no-start-symbol.test
blob53c33deefaba10ed94f3bd7ff7eba50dcbd3fbb1
1 RUN: llvm-objdump -d %p/../Inputs/no-start-symbol.elf-x86_64 | FileCheck %s
3 Test that we disassemble the start of the section.
5 CHECK: Disassembly of section .text:
6 CHECK-EMPTY:
7 CHECK-NEXT:  .text:
8 CHECK-NEXT:       0:    90      nop
9 CHECK: foo:
10 CHECK-NEXT:       1:    90      nop