repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git]
/
test
/
MC
/
Mips
/
mt
/
abiflag.s
blob
2d03c5d1106cfc1f20ef3ea36eabbe71df4c64e8
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