Home | History | Annotate | Download | only in ARM
      1 @ RUN: llvm-mc -triple armv7-linux -filetype obj -o - %s | llvm-objdump -triple armv7 -D -r - | FileCheck %s
      2 
      3 	.text
      4 
      5 __aeabi_unwind_cpp_pr0 = 0xdeadbeef
      6 
      7 f:
      8 	.fnstart
      9 	bx lr
     10 	.fnend
     11 
     12 @ CHECK: R_ARM_NONE __aeabi_unwind_cpp_pr0
     13 
     14