mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
6507d84d6c
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152242 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
401 B
ArmAsm
8 lines
401 B
ArmAsm
// RUN: llvm-mc -filetype=obj -triple mips-unknown-linux %s -o - | elf-dump --dump-section-data | FileCheck -check-prefix=CHECK-BE %s
|
|
// RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux %s -o - | elf-dump --dump-section-data | FileCheck -check-prefix=CHECK-LE %s
|
|
|
|
// Check that we produce the correct endian.
|
|
|
|
// CHECK-BE: ('e_indent[EI_DATA]', 0x02)
|
|
// CHECK-LE: ('e_indent[EI_DATA]', 0x01)
|