diff options
author | Petar Jovanovic <petar.jovanovic@imgtec.com> | 2013-07-24 17:14:05 +0000 |
---|---|---|
committer | Petar Jovanovic <petar.jovanovic@imgtec.com> | 2013-07-24 17:14:05 +0000 |
commit | 514d37ab4c9472b9aeddd9de4fab697095c93a4a (patch) | |
tree | 3bb7c0a67d056de9b77cad99ab97347a4e668bbd /llvm/test/ExecutionEngine | |
parent | fdfc1ebfbc52e752704f8d7a74ff41eacaad2d25 (diff) | |
download | bcm5719-llvm-514d37ab4c9472b9aeddd9de4fab697095c93a4a.tar.gz bcm5719-llvm-514d37ab4c9472b9aeddd9de4fab697095c93a4a.zip |
[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.
llvm-svn: 187053
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll index 1a55879f8f6..bd044b600a2 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll +++ b/llvm/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 |