brintos

brintos / llvm-project-archived public Read only

0
0
Text · 436 B · 02d450f Raw
15 lines · plain
1; RUN: %lli -jit-kind=mcjit -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null2; XFAIL: target={{.*-windows-(gnu|msvc)}}3; REQUIRES: thread_support4; UNSUPPORTED: target=powerpc64-unknown-linux-gnu5; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed6 7define i32 @bar() nounwind {8	ret i32 09}10 11define i32 @main() nounwind {12	%r = call i32 @bar( )		; <i32> [#uses=1]13	ret i32 %r14}15