brintos

brintos / llvm-project-archived public Read only

0
0
Text · 244 B · f0d0066 Raw
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