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 | 0cb85a3b69a539e47e55b0c9fcd496ec31b1030f (patch) | |
tree | c88c536abbf9cd28d7e252fd68e6d72e62f51967 /test/ExecutionEngine/MCJIT | |
parent | 4b8337efd90cbc98b428deedde0f9c5c907cee25 (diff) | |
download | llvm-0cb85a3b69a539e47e55b0c9fcd496ec31b1030f.tar.gz |
MCJIT tests passing on ARM after r222414 fixed the relocation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT')
-rw-r--r-- | test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll | 2 | ||||
-rw-r--r-- | test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll b/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll index f37d4a86e66e..eb414249bdc3 100644 --- a/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll +++ b/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/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll b/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll index e4395c433fed..01faecc6495b 100644 --- a/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll +++ b/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() |