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
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
MC
/
AsmParser
/
directive-err-diagnostics.s
blob
ccc5450d938b89c6cd2a244dc31e44019f389524
1
//
RUN
:
not
llvm-mc
-
triple i386
%
s
2
>&
1
| FileCheck
%
s
2
3
.error 0
4
//
CHECK
:
error
:
.error argument must be a string
5
//
CHECK
:
.error 0
6
//
CHECK
:
^
7
8
.ifeqs
"0"
,
"1"
9
.ifeqs
""
,
""
10
.error
"message"
11
.endif
12
.endif
13
//
CHECK-
NOT
:
error
:
message
14
//
CHECK-
NOT
:
error
:
invalid instruction mnemonic
'message'
15
//
CHECK-
NOT
:
.error
"message"
16
//
CHECK-
NOT
:
^
17