Home | History | Annotate | Download | only in X86
      1 RUN: llvm-objdump -d %p/../Inputs/no-start-symbol.elf-x86_64 | FileCheck %s
      2 
      3 Test that we disassemble the start of the section.
      4 
      5 CHECK: Disassembly of section .text:
      6 CHECK-NEXT:  .text:
      7 CHECK-NEXT:       0:	90 	nop
      8 CHECK: foo:
      9 CHECK-NEXT:       1:	90 	nop
     10