1# RUN: llvm-mc < %s -arch=mips -mcpu=mips32r2 -mattr=+mt -filetype=obj -o - \ 2# RUN: | llvm-readobj -mips-abi-flags | FileCheck %s 3 4# Test that the usage of the MT ASE is recorded in .MIPS.abiflags 5 6# CHECK: ASEs 7# CHECK-NEXT: MT (0x40) 8 9 .text 10 nop 11