brintos

brintos / llvm-project-archived public Read only

0
0
Text · 438 B · bffb2d0 Raw
21 lines · plain
1# RUN: llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj -o %t %s2# RUN: llvm-jitlink -noexec %t3#4# Check that a program that just returns immediately from main (requiring no5# relocations at all) loads under llvm-jitlink.6 7	.text8	.abiversion 29	.file	"ppc64le-no-relocs.c"10	.globl	main11	.p2align	412	.type	main,@function13main:14.Lfunc_begin0:15	li 3, 016	blr17	.long	018	.quad	019.Lfunc_end0:20	.size	main, .Lfunc_end0-.Lfunc_begin021