summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/OrcMCJIT/remote/simpletest-remote.ll
blob: aaf3ebc9bc7f3f2f563ca26fd6ee09e8a82221e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
; XFAIL: win32

define i32 @bar() nounwind {
	ret i32 0
}

define i32 @main() nounwind {
	%r = call i32 @bar( )		; <i32> [#uses=1]
	ret i32 %r
}
OpenPOWER on IntegriCloud