summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-02-12 17:17:41 +0000
committerRenato Golin <renato.golin@linaro.org>2014-02-12 17:17:41 +0000
commite4c62d103433ae3466a5e25d3c69d2a006b62e71 (patch)
tree5f97da0f04e59db67e8b9d3f058c5a4fa61ce197 /test/ExecutionEngine
parenta0ea8fafdf83736039de389321cb35cad26c7e53 (diff)
downloadllvm-e4c62d103433ae3466a5e25d3c69d2a006b62e71.tar.gz
llvm-e4c62d103433ae3466a5e25d3c69d2a006b62e71.tar.bz2
llvm-e4c62d103433ae3466a5e25d3c69d2a006b62e71.tar.xz
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
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll
index 68a8dbd92f..21db67dad6 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).