add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!
authorChris Lattner <sabre@nondot.org>
Thu, 9 Jul 2009 17:25:12 +0000 (17:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Jul 2009 17:25:12 +0000 (17:25 +0000)
commit1fc3d7558139eb6081a7ee5a8f88506d44c8dd7f
tree19e6cc5e5ba460dbefc9104f212aea7e810d75a3
parentf0b9effccba2db106523bb998e61ee7b345474cc
add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75148 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
test/MC/AsmParser/directive_lcomm.s [new file with mode: 0644]
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h