Implement parsing support for the .comm directive. Patch by
authorChris Lattner <sabre@nondot.org>
Tue, 7 Jul 2009 20:30:46 +0000 (20:30 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 Jul 2009 20:30:46 +0000 (20:30 +0000)
commit4e4db7adfc9858a8f77f841c7467bc6fcbb8110e
tree3ef227b9e607013736fca50b48e0f408703d4bef
parent74a77812d1785ad6c62226c52dcd4d129b3cdd0b
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
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
test/MC/AsmParser/directive_comm.s [new file with mode: 0644]
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h