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
/
module-directive-invalid.s
blob
38baaa07cdc171ddb2ad30dff3f021719eaba849
1
# RUN: not llvm-mc -arch=mips -mcpu=mips32r5 < %s 2>&1 | FileCheck %s
2
3
# CHECK: error: .module directive must appear before any code
4
.set nomips16
5
.module mt
6
nop