coff targets support alignment on .comm

llvm-svn: 94410
This commit is contained in:
Chris Lattner 2010-01-25 07:20:44 +00:00
parent 4f713bf0fb
commit 0b42d3ef45

View File

@ -19,7 +19,6 @@ using namespace llvm;
MCAsmInfoCOFF::MCAsmInfoCOFF() {
GlobalPrefix = "_";
HasLCOMMDirective = true;
COMMDirectiveTakesAlignment = false;
HasDotTypeDotSizeDirective = false;
HasSingleParameterDotFile = false;
PrivateGlobalPrefix = "L"; // Prefix for private global symbols