mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
6 lines
219 B
ArmAsm
6 lines
219 B
ArmAsm
|
; 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)
|