blob: f2fa59f4821fad4e38fda17b1732d878e6aa853d [file] [log] [blame]
Andrew Kaylor2873b382013-10-28 23:51:03 +00001; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
NAKAMURA Takumidb5d18d2013-11-13 07:43:10 +00002; XFAIL: mips, i686, i386, arm
Andrew Kaylor4968ca52013-10-05 01:53:19 +00003
4declare i32 @FB()
5
6define i32 @main() {
7 %r = call i32 @FB( ) ; <i32> [#uses=1]
8 ret i32 %r
9}
10