From c2ae1b1b410609bbce23899204aa3125680a528f Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 12 Feb 2014 17:17:41 +0000 Subject: [PATCH] PC-rel implemented in AArch64, test now pass llvm-svn: 201243 --- .../ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll index 68a8dbd92fb2..21db67dad669 100644 --- a/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll +++ b/llvm/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).