elf_eflags_noreorder.s revision 36b56886974eae4f9c5ebc96befd3e7bfe5de338
1# RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
2
3# This *MUST* match the output of gas compiled with the same triple.
4# CHECK: Flags [ (0x50001001)
5
6.set noreorder
7