summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/ehabi-personality-abs.s
blob: fd8bf7397bd06ad618853f1808088603ee27827f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@ RUN: llvm-mc -triple armv7-linux -filetype obj -o - %s | llvm-objdump -triple armv7 -D -r - | FileCheck %s

	.text

__aeabi_unwind_cpp_pr0 = 0xdeadbeef

f:
	.fnstart
	bx lr
	.fnend

@ CHECK: R_ARM_NONE __aeabi_unwind_cpp_pr0

OpenPOWER on IntegriCloud