Changeset View
Changeset View
Standalone View
Standalone View
test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_relocations.s
# RUN: llvm-mc -triple=arm64-none-linux-gnu -filetype=obj -o %T/reloc.o %s | # RUN: llvm-mc -triple=arm64-none-linux-gnu -filetype=obj -o %t %s | ||||
# RUN: llvm-rtdyld -triple=arm64-none-linux-gnu -verify -dummy-extern f=0x0123456789abcdef -check=%s %T/reloc.o | # RUN: llvm-rtdyld -triple=arm64-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 20 Lines • Show All 74 Lines • Show Last 20 Lines |