13 lines · plain
1# RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \2# RUN: llvm-readobj -h - | \3# RUN: FileCheck %s -check-prefix=CHECK-OBJ4# RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \5# RUN: FileCheck %s -check-prefix=CHECK-ASM6 7# This *MUST* match the output of 'gcc -c' compiled with the same triple.8# CHECK-OBJ: Flags [ (0x50001404)9 10# CHECK-ASM: .nan 200811 12.nan 200813