diff options
author | Renato Golin <renato.golin@linaro.org> | 2014-11-20 13:32:16 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2014-11-20 13:32:16 +0000 |
commit | a03161c6eee23631a11cf7978022cae6b56a5bcb (patch) | |
tree | b6287e03e205e0a0f6d3a1a50197e29a6375c826 | |
parent | f0934fa708a60700b73001cecba2f18157fa429f (diff) | |
download | bcm5719-llvm-a03161c6eee23631a11cf7978022cae6b56a5bcb.tar.gz bcm5719-llvm-a03161c6eee23631a11cf7978022cae6b56a5bcb.zip |
MCJIT tests passing on ARM after r222414 fixed the relocation
llvm-svn: 222430
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll | 2 | ||||
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll index f37d4a86e66..eb414249bdc 100644 --- a/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll +++ b/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll @@ -1,5 +1,5 @@ ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null -; XFAIL: mips, i686, i386, arm +; XFAIL: mips, i686, i386 declare i32 @FB() diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll index e4395c433fe..01faecc6495 100644 --- a/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll +++ b/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll @@ -1,5 +1,5 @@ ; RUN: %lli -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 -; XFAIL: mips, i686, i386, arm +; XFAIL: mips, i686, i386 declare i32 @FB() |