brintos

brintos / llvm-project-archived public Read only

0
0
Text · 371 B · 06ad9a7 Raw
12 lines · plain
1# RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \2# RUN:     | llvm-readobj -h - | FileCheck %s3 4# This *MUST* match the output of 'gcc -c' compiled with the same triple.5# The microMIPS flag is not set if no microMIPS code was emitted.6# CHECK: Flags [ (0x50001004)7 8        nop9        .set micromips10        .set nomicromips11        nop12