[llvm] r238888 - [mips] XFAIL ELF_O32_PIC_relocations.s for big-endian mips
Daniel Sanders
daniel.sanders at imgtec.com
Tue Jun 2 16:20:40 PDT 2015
Author: dsanders
Date: Tue Jun 2 18:20:40 2015
New Revision: 238888
URL: http://llvm.org/viewvc/llvm-project?rev=238888&view=rev
Log:
[mips] XFAIL ELF_O32_PIC_relocations.s for big-endian mips
The test exposes pre-existing bugs when the endian of the host and target do
not match.
Modified:
llvm/trunk/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s
Modified: llvm/trunk/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s?rev=238888&r1=238887&r2=238888&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s (original)
+++ llvm/trunk/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s Tue Jun 2 18:20:40 2015
@@ -1,6 +1,8 @@
# RUN: llvm-mc -triple=mipsel-unknown-linux -relocation-model=pic -code-model=small -filetype=obj -o %T/test_ELF_O32.o %s
# RUN: llc -mtriple=mipsel-unknown-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_ExternalFunction_O32.o %S/Inputs/ExternalFunction.ll
# RUN: llvm-rtdyld -triple=mipsel-unknown-linux -verify -map-section test_ELF_O32.o,.text=0x1000 -map-section test_ELF_ExternalFunction_O32.o,.text=0x10000 -check=%s %T/test_ELF_O32.o %T/test_ELF_ExternalFunction_O32.o
+# There are endian awareness bugs in the O32 support.
+# XFAIL: mips-
.data
# rtdyld-check: *{4}R_MIPS_32 = foo
More information about the llvm-commits
mailing list