1 # RUN: yaml2obj %s | llvm-readobj -file-headers - | FileCheck %s
8 Flags: [ EF_MIPS_NOREORDER, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32R2,
11 # CHECK: Format: ELF32-mips
13 # CHECK: Machine: EM_MIPS
14 # CHECK: Flags [ (0x70001401)
15 # CHECK-NEXT: EF_MIPS_ABI_O32 (0x1000)
16 # CHECK-NEXT: EF_MIPS_ARCH_32R2 (0x70000000)
17 # CHECK-NEXT: EF_MIPS_NAN2008 (0x400)
18 # CHECK-NEXT: EF_MIPS_NOREORDER (0x1)