Changeset View
Changeset View
Standalone View
Standalone View
test/ExecutionEngine/RuntimeDyld/PowerPC/ppc32_elf_rel_addr16.s
# RUN: llvm-mc -triple=powerpc-unknown-linux-gnu -filetype=obj -o %T/ppc32_elf_rel_addr16.o %s | # RUN: llvm-mc -triple=powerpc-unknown-linux-gnu -filetype=obj -o %t %s | ||||
# RUN: llvm-rtdyld -triple=powerpc-unknown-linux-gnu -verify -check=%s %T/ppc32_elf_rel_addr16.o | # RUN: llvm-rtdyld -triple=powerpc-unknown-linux-gnu -verify -check=%s %t | ||||
.text | .text | ||||
.file "ppc32_elf_rel_addr16.ll" | .file "ppc32_elf_rel_addr16.ll" | ||||
.globl lookup | .globl lookup | ||||
.align 2 | .align 2 | ||||
.type lookup,@function | .type lookup,@function | ||||
lookup: # @lookup | lookup: # @lookup | ||||
.Lfunc_begin0: | .Lfunc_begin0: | ||||
# BB#0: | # BB#0: | ||||
Show All 37 Lines |