xref: /llvm-project/llvm/test/MC/Mips/elf_eflags_noreorder.s (revision b36a3e61400aed89d6abe4bd30b35af40805d4cb)
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 'gcc -c' compiled with the same triple.
4# CHECK: Flags [ (0x50001005)
5
6.set noreorder
7