llvm-mc: Support .comm emission.
commit8388a8fed449aa79d848dd2e7b0cf8650e063028
authorDaniel Dunbar <daniel@zuster.org>
Fri, 28 Aug 2009 07:08:35 +0000 (28 07:08 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 28 Aug 2009 07:08:35 +0000 (28 07:08 +0000)
tree30e828d8e7786804767d1d4b326d6525068b0edf
parent3ab6715ba17ac6726bd92a4514c68c5e58c3c884
llvm-mc: Support .comm emission.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80351 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAssembler.h
lib/MC/MCAssembler.cpp
lib/MC/MCMachOStreamer.cpp
test/MC/MachO/comm-1.s [new file with mode: 0644]