diff options
| author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-06-02 23:20:40 +0000 |
|---|---|---|
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-06-02 23:20:40 +0000 |
| commit | 664e7f2e2e0468faee6eddf80baad412a7bec4f1 (patch) | |
| tree | f0829c37266e3d58dfe0698ee96c0e02a43901f0 /llvm/test/ExecutionEngine | |
| parent | 3e9e72a56b66034b9fae448d711b52d789e14e60 (diff) | |
| download | bcm5719-llvm-664e7f2e2e0468faee6eddf80baad412a7bec4f1.tar.gz bcm5719-llvm-664e7f2e2e0468faee6eddf80baad412a7bec4f1.zip | |
[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.
llvm-svn: 238888
Diffstat (limited to 'llvm/test/ExecutionEngine')
| -rw-r--r-- | llvm/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s b/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s index d9216480671..bb7a0190d3a 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s +++ b/llvm/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 |

