Updating XFAILs for recent GOT tests
[oota-llvm.git] / test / ExecutionEngine / MCJIT / multi-module-sm-pic-a.ll
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 ; XFAIL: mips, i686, i386, aarch64, arm
3
4 declare i32 @FB()
5
6 define i32 @main() {
7   %r = call i32 @FB( )   ; <i32> [#uses=1]
8   ret i32 %r
9 }
10