1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/MC/ARM/elf-jump24-fixup.s
Greg Fitzgerald c047e59c3d llvm-objdump output hex to match binutils' objdump
Patch by Ted Woodward

llvm-svn: 204409
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