1 # RUN: llvm-mc < %s -arch=mips -mcpu=mips32r2 -filetype=obj -o - | \
2 # RUN: llvm-readobj --mips-abi-flags | FileCheck %s --check-prefix=CHECK-OBJ
3 # RUN: llvm-mc < %s -arch=mips -mcpu=mips32r2 -filetype=asm -o - | \
4 # RUN: FileCheck %s --check-prefix=CHECK-ASM
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.
10 # CHECK-OBJ-NOT: MT (0x40)