summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
blob: 0d1a1ec6871af78ffc8d87be3eb91cc44924e713 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: %lli -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
}