diff options
Diffstat (limited to 'llvm/test/MC/Mips/elf-bigendian.ll')
| -rw-r--r-- | llvm/test/MC/Mips/elf-bigendian.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/MC/Mips/elf-bigendian.ll b/llvm/test/MC/Mips/elf-bigendian.ll index 71c69bb7afa..7111debd11b 100644 --- a/llvm/test/MC/Mips/elf-bigendian.ll +++ b/llvm/test/MC/Mips/elf-bigendian.ll @@ -1,4 +1,6 @@ -; RUN: llc -filetype=obj -mtriple mips-unknown-linux %s -o - | elf-dump --dump-section-data | FileCheck %s +; DISABLE: llc -filetype=obj -mtriple mips-unknown-linux %s -o - | elf-dump --dump-section-data | FileCheck %s +; RUN: false +; XFAIL: * ; Check that this is big endian. ; CHECK: ('e_indent[EI_DATA]', 0x02) |

