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