Changeset View
Changeset View
Standalone View
Standalone View
test/ExecutionEngine/RuntimeDyld/ARM/ELF_ARM_EXIDX_relocations.s
# RUN: llvm-mc -triple=arm-linux-gnueabihf -filetype=obj -o %T/reloc.o %s | # RUN: rm -rf %t && mkdir -p %t | ||||
# 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.o | # RUN: llvm-mc -triple=arm-linux-gnueabihf -filetype=obj -o %t/reloc.o %s | ||||
# 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.o | |||||
.text | .text | ||||
.syntax unified | .syntax unified | ||||
.eabi_attribute 67, "2.09" @ Tag_conformance | .eabi_attribute 67, "2.09" @ Tag_conformance | ||||
.cpu cortex-a8 | .cpu cortex-a8 | ||||
.fpu neon | .fpu neon | ||||
.file "reloc.c" | .file "reloc.c" | ||||
.globl g | .globl g | ||||
Show All 13 Lines |