brintos

brintos / llvm-project-archived public Read only

0
0
Text · 498 B · 4d93448 Raw
16 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 [ (0x50001004)9 10# CHECK-ASM: .nan 200811# CHECK-ASM: .nan legacy12 13.nan 200814# Let's override the previous directive!15.nan legacy16