diff options
Diffstat (limited to 'test/MC/Mips/elf_basic.s')
-rw-r--r-- | test/MC/Mips/elf_basic.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/Mips/elf_basic.s b/test/MC/Mips/elf_basic.s new file mode 100644 index 0000000..4a53a80 --- /dev/null +++ b/test/MC/Mips/elf_basic.s @@ -0,0 +1,5 @@ +; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux %s -o - | elf-dump --dump-section-data | FileCheck -check-prefix=CHECK-LE %s + +; Check that we produce the correct endian. + +; CHECK-LE: ('e_indent[EI_DATA]', 0x01) |