brintos

brintos / llvm-project-archived public Read only

0
0
Text · 917 B · 81479b5 Raw
25 lines · plain
1# RUN: rm -rf %t && mkdir -p %t2# RUN: llvm-mc -triple=arm-linux-gnueabihf -filetype=obj -o %t/reloc.o %s3# RUN: llvm-rtdyld -triple=arm-linux-gnueabihf -verify -map-section reloc.o,.ARM.exidx=0x6000 -map-section reloc.o,.text=0x4000  -dummy-extern __aeabi_unwind_cpp_pr0=0x1234 -check=%s %t/reloc.o4 5        .text6        .syntax unified7        .eabi_attribute 67, "2.09"      @ Tag_conformance8        .cpu    cortex-a89        .fpu    neon10        .file   "reloc.c"11        .globl  g12        .align  213        .type   g,%function14g:15        .fnstart16        movw    r0, #117        bx      lr18        .Lfunc_end0:19        .size   g, .Lfunc_end0-g20        .fnend21 22# rtdyld-check: *{4}(section_addr(reloc.o, .ARM.exidx)) = (g - (section_addr(reloc.o, .ARM.exidx))) & 0x7fffffff23# Compat unwind info: finish(0xb0), finish(0xb0), finish(0xb0)24# rtdyld-check: *{4}(section_addr(reloc.o, .ARM.exidx) + 0x4) = 0x80b0b0b025