coff targets support alignment on .comm
authorChris Lattner <sabre@nondot.org>
Mon, 25 Jan 2010 07:20:44 +0000 (07:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Jan 2010 07:20:44 +0000 (07:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94410 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCAsmInfoCOFF.cpp

index e395acdd313bafe2b8e6f9a0bd80b33998d7314d..e6b79dd9d120bb3f6795c9154b4dff28e02f5985 100644 (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