[llvm] r187053 - [mips] Remove XFAIL from test-ptr-reloc-remote.ll

Petar Jovanovic petar.jovanovic at imgtec.com
Wed Jul 24 10:14:05 PDT 2013


Author: petarj
Date: Wed Jul 24 12:14:05 2013
New Revision: 187053

URL: http://llvm.org/viewvc/llvm-project?rev=187053&view=rev
Log:
[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.

Modified:
    llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll?rev=187053&r1=187052&r2=187053&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll Wed Jul 24 12:14:05 2013
@@ -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





More information about the llvm-commits mailing list