aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorPetar Jovanovic <petar.jovanovic@imgtec.com>2013-07-24 17:14:05 +0000
committerPetar Jovanovic <petar.jovanovic@imgtec.com>2013-07-24 17:14:05 +0000
commitf0639501ea6a71871f916bed5456588d1bb57856 (patch)
treeb03ccc52f103026e141488456ba926560593149f /test/ExecutionEngine
parent504a7fb8f9499a46d7c62a691cb6fa373e23387b (diff)
downloadexternal_llvm-f0639501ea6a71871f916bed5456588d1bb57856.zip
external_llvm-f0639501ea6a71871f916bed5456588d1bb57856.tar.gz
external_llvm-f0639501ea6a71871f916bed5456588d1bb57856.tar.bz2
[mips] Remove XFAIL from test-ptr-reloc-remote.ll
The change r187019 has fixed multiple relocations in dynamic linker for MIPS, so now this test passes for MIPS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll b/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
index 1a55879..bd044b6 100644
--- a/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
+++ b/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
@@ -1,5 +1,4 @@
; RUN: %lli_mcjit -remote-mcjit -O0 %s
-; XFAIL: mips
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
@ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4