view test/Object/X86/no-start-symbol.test @ 100:7d135dc70f03 LLVM 3.9

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents afa8332a0e37
children
line wrap: on
line source

RUN: llvm-objdump -d %p/../Inputs/no-start-symbol.elf-x86_64 | FileCheck %s

Test that we disassemble the start of the section.

CHECK: Disassembly of section .text:
CHECK-NEXT:  .text:
CHECK-NEXT:       0:	90 	nop
CHECK: foo:
CHECK-NEXT:       1:	90 	nop