From: Renato Golin Date: Wed, 12 Feb 2014 17:17:41 +0000 (+0000) Subject: PC-rel implemented in AArch64, test now pass X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e4c62d103433ae3466a5e25d3c69d2a006b62e71;p=oota-llvm.git PC-rel implemented in AArch64, test now pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201243 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll index 68a8dbd92fb..21db67dad66 100644 --- a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll +++ b/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll @@ -1,5 +1,5 @@ ; RUN: %lli_mcjit -code-model=small %s > /dev/null -; XFAIL: aarch64, mips +; XFAIL: mips ; ; FIXME: Merge this file with non-extern-addend.ll once AArch64 supports PC-rel ; relocations in ELF. (The code is identical, only the run line differs).