Andrew Kaylor | 4968ca5 | 2013-10-05 01:53:19 +0000 | [diff] [blame^] | 1 | ; RUN: %lli_mcjit -extra-modules=%p/multi-module-b.ir,%p/multi-module-c.ir -relocation-model=pic -code-model=small %s > /dev/null |
2 | |||||
3 | declare i32 @FB() | ||||
4 | |||||
5 | define i32 @main() { | ||||
6 | %r = call i32 @FB( ) ; <i32> [#uses=1] | ||||
7 | ret i32 %r | ||||
8 | } | ||||
9 |