aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/elf-jump24-fixup.s
blob: affdcda8d74e61772a85e7b47d83f342cfd1029b (plain)
1
2
3
4
5
6
7
8
9
@ 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