[llvm] r201243 - PC-rel implemented in AArch64, test now pass

Renato Golin renato.golin at linaro.org
Wed Feb 12 09:17:41 PST 2014


Author: rengolin
Date: Wed Feb 12 11:17:41 2014
New Revision: 201243

URL: http://llvm.org/viewvc/llvm-project?rev=201243&view=rev
Log:
PC-rel implemented in AArch64, test now pass

Modified:
    llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll?rev=201243&r1=201242&r2=201243&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll Wed Feb 12 11:17:41 2014
@@ -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).





More information about the llvm-commits mailing list