]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/ARM/elf-jump24-fixup.s
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / MC / ARM / elf-jump24-fixup.s
1 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
2         .syntax unified
3         .text
4         .code   16
5         .thumb_func
6 foo:
7         b.w     bar
8
9 @ CHECK: {{[0-9a-f]+}} R_ARM_THM_JUMP24 bar