Changeset View
Changeset View
Standalone View
Standalone View
test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_BE-relocations.s
# RUN: llvm-mc -triple=aarch64_be-none-linux-gnu -filetype=obj -o %T/be-reloc.o %s | # RUN: llvm-mc -triple=aarch64_be-none-linux-gnu -filetype=obj -o %t %s | ||||
# RUN: llvm-rtdyld -triple=aarch64_be-none-linux-gnu -verify -dummy-extern f=0x0123456789abcdef -check=%s %T/be-reloc.o | # RUN: llvm-rtdyld -triple=aarch64_be-none-linux-gnu -verify -dummy-extern f=0x0123456789abcdef -check=%s %t | ||||
.globl Q | .globl Q | ||||
.section .dummy, "ax" | .section .dummy, "ax" | ||||
Q: | Q: | ||||
nop | nop | ||||
.text | .text | ||||
.globl g | .globl g | ||||
Show All 37 Lines |