OSDN Git Service

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 e395acd..e6b79dd 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