repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
MC
/
AsmParser
/
directive_lcomm.s
blob
0a0add513fe98aa7a359e39066f2b086fcee65b6
1
# RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s
2
3
# CHECK: TEST0:
4
# CHECK: .zerofill __DATA,__bss,a,7,4
5
# CHECK: .zerofill __DATA,__bss,b,8
6
# CHECK: .zerofill __DATA,__bss,c,0
7
TEST0
:
8
.lcomm a, 8-1, 4
9
.lcomm b,8
10
.lcomm c, 0