repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
MC
/
Mips
/
asciiz-directive-bad.s
blob
44bd8b256a95d38a1eb4760f1214b5ea71575c1d
1
# RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s
2
3
# CHECK: :[[#@LINE+1]]:11: error: expected string
4
.asciiz 12
5
# CHECK: :[[#@LINE+1]]:14: error: unexpected token
6
.asciiz
"a"
3
7
# CHECK: :[[#@LINE+1]]:15: error: expected string
8
.asciiz
"a"
,