Home | History | Annotate | Download | only in ARM
      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
     10