brintos

brintos / llvm-project-archived public Read only

0
0
Text · 379 B · f1298f8 Raw
15 lines · plain
1@ RUN: llvm-mc -triple armv7-linux -filetype obj -o - %s | llvm-objdump --triple=armv7 -D -r - | FileCheck %s2 3	.text4 5__aeabi_unwind_cpp_pr0 = 0xdeadbeef6 7f:8	.fnstart9	bx lr10	.fnend11 12@@ Regression test: MC does not crash due to the absolute __aeabi_unwind_cpp_pr0.13@@ GNU as and MC currently emit a R_ARM_NONE for this invalid usage.14@ CHECK: R_ARM_NONE __aeabi_unwind_cpp_pr015