From: Daniel Sanders Date: Tue, 2 Jun 2015 23:20:40 +0000 (+0000) Subject: [mips] XFAIL ELF_O32_PIC_relocations.s for big-endian mips X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4e94cb75e56422c17e011c80e2a2cf471dc29a3a;p=oota-llvm.git [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238888 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s b/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s index d9216480671..bb7a0190d3a 100644 --- a/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s +++ b/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s @@ -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