view test/Object/X86/objdump-label.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 54457678186b
children
line wrap: on
line source

RUN: llvm-objdump -d %p/../Inputs/trivial-label-test.elf-x86-64 \
RUN:              | FileCheck %s -check-prefix ELF-x86-64

ELF-x86-64: file format ELF64-x86-64
ELF-x86-64: Disassembly of section .text:
ELF-x86-64: foo:
ELF-x86-64:        0:	90                                           	nop
ELF-x86-64: bum:
ELF-x86-64:        1:	90                                           	nop