diff options
author | Petar Jovanovic <petar.jovanovic@imgtec.com> | 2015-05-28 13:48:41 +0000 |
---|---|---|
committer | Petar Jovanovic <petar.jovanovic@imgtec.com> | 2015-05-28 13:48:41 +0000 |
commit | 9720283e994c6c3187cff8724bf0c2ed59d04f8c (patch) | |
tree | 9044d2123f55226de7b7b33e074b8807ff3aea22 /llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll | |
parent | fb7d5b8384a58fcf59518273e8aeade078acd44b (diff) | |
download | bcm5719-llvm-9720283e994c6c3187cff8724bf0c2ed59d04f8c.tar.gz bcm5719-llvm-9720283e994c6c3187cff8724bf0c2ed59d04f8c.zip |
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Add support for resolving MIPS64r2 and MIPS64r6 relocations in MCJIT.
Patch by Vladimir Radosavljevic.
Differential Revision: http://reviews.llvm.org/D9667
llvm-svn: 238424
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll index d47fc6cffbb..415fd25409d 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll @@ -1,5 +1,5 @@ ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null -; XFAIL: mips, i686, i386, arm +; XFAIL: mips-, mipsel-, i686, i386, arm declare i32 @FB() |