From: Renato Golin Date: Thu, 20 Nov 2014 13:32:16 +0000 (+0000) Subject: MCJIT tests passing on ARM after r222414 fixed the relocation X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a03161c6eee23631a11cf7978022cae6b56a5bcb;p=platform%2Fupstream%2Fllvm.git MCJIT tests passing on ARM after r222414 fixed the relocation llvm-svn: 222430 --- 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 f37d4a86..eb41424 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 e4395c4..01faecc 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()