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
[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git]
/
test
/
MC
/
ARM
/
directive-fpu-diagnostics.s
blob
67c612982219b839267d4e135e4a8b239a0b1fd5
1
@ RUN
:
not
llvm-mc
-
triple armv7
-
filetype asm
-
o
/
dev
/
null
%
s
2
>&
1
\
2
@ RUN
:
| FileCheck
%
s
-
strict-whitespace
3
4
.text
5
.thumb
6
7
.fpu invalid
8
@ CHECK
:
error
:
Unknown FPU name
9
@ CHECK
:
.fpu invalid
10
@ CHECK
:
^