11 lines · plain
1# RUN: llvm-mc < %s -triple=mips -mcpu=mips32r2 -mattr=+mt -filetype=obj -o - \2# RUN: | llvm-readobj -A - | FileCheck %s3 4# Test that the usage of the MT ASE is recorded in .MIPS.abiflags5 6# CHECK: ASEs7# CHECK-NEXT: MT (0x40)8 9 .text10 nop11