From: Chris Lattner Date: Mon, 25 Jan 2010 07:20:44 +0000 (+0000) Subject: coff targets support alignment on .comm X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4a80f4f7c858d8d4df360382ef248ae3d078a699;p=oota-llvm.git coff targets support alignment on .comm git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94410 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCAsmInfoCOFF.cpp b/lib/MC/MCAsmInfoCOFF.cpp index e395acdd313..e6b79dd9d12 100644 --- a/lib/MC/MCAsmInfoCOFF.cpp +++ b/lib/MC/MCAsmInfoCOFF.cpp @@ -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