brintos

brintos / llvm-project-archived public Read only

0
0
Text · 471 B · 8995c02 Raw
15 lines · plain
1# RUN: llvm-mc < %s -triple=mips -mcpu=mips32r2 -filetype=obj -o - | \2# RUN:   llvm-readobj -A - | FileCheck %s --check-prefix=CHECK-OBJ3# RUN: llvm-mc < %s -triple=mips -mcpu=mips32r2 -filetype=asm -o - | \4# RUN:   FileCheck %s --check-prefix=CHECK-ASM5 6# Test that the MT ASE flag in .MIPS.abiflags is _not_ set by .set.7# Test that '.set mt' is emitted by the asm target streamer.8 9# CHECK-OBJ: ASEs10# CHECK-OBJ-NOT: MT (0x40)11 12# CHECK-ASM: .set mt13  .set  mt14  nop15