brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · affdcda Raw
10 lines · plain
1@ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s2	.syntax unified3	.text4	.code	165	.thumb_func6foo:7	b.w	bar8 9@ CHECK: {{[0-9a-f]+}} R_ARM_THM_JUMP24 bar10