llvm-6502/test/MC/AsmParser/directive_comm.s
Chris Lattner 4e4db7adfc Implement parsing support for the .comm directive. Patch by
Kevin Enderby!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74944 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-07 20:30:46 +00:00

9 lines
185 B
ArmAsm

# RUN: llvm-mc %s > %t
# RUN: grep -A 3 TEST0 %t > %t2
# RUN: grep ".comm a,6,2" %t2 | count 1
# RUN: grep ".comm b,8" %t2 | count 1
TEST0:
.comm a, 4+2, 2
.comm b,8