blob: 8e270b185f4e37f779ed5040d513988b7a984f83 [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
Andrew Kaylorb2c1ee22013-10-05 01:56:50 +00002; XFAIL: mips, i686, i386, aarch64, 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