stop using the .lcomm pseudoop on darwin, instead, directly use the
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 06:25:51 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 06:25:51 +0000 (06:25 +0000)
commit814819f6ea7fb0638fe73920299fda0da941a59e
treeb8e9a2368cf9e4ee1579017f894644b088f65b53
parent258281d8ac7b6ab61d64948340038e5f6692e3c0
stop using the .lcomm pseudoop on darwin, instead, directly use the
.zerofill directive.  Streamerize its generation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93868 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/Target/TargetLoweringObjectFile.cpp