brintos

brintos / llvm-project-archived public Read only

0
0
Text · 358 B · 5b628f8 Raw
18 lines · plain
1# RUN: llvm-mc -triple=i386-unknown-linux-gnu -position-independent -filetype=obj -o %t.o %s2# RUN: llvm-jitlink -noexec %t.o3 4	.text5	.globl	main6	.p2align	47	.type	main,@function8main:9    pushl   %ebp10    movl    %esp, %ebp11    pushl   %eax12    movl    $0, -4(%ebp)13    movl    $42, %eax14    addl    $4, %esp15    popl    %ebp16    retl17 18	.size	main, .-main