llvm-6502/test/MC/ARM/elf-jump24-fixup.s
Greg Fitzgerald aff0ab4e7c llvm-objdump output hex to match binutils' objdump
Patch by Ted Woodward

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204409 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-20 22:55:15 +00:00

10 lines
213 B
ArmAsm

@ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
.syntax unified
.text
.code 16
.thumb_func
foo:
b.w bar
@ CHECK: {{[0-9a-f]+}} R_ARM_THM_JUMP24 bar