Fix alignment of .comm and .lcomm on mingw32.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index 11e368c81a3ff8765978095e3a3e1f96dc29c6f1..7ea0f3b85a53b15dd7a79dce862ef24334dea6f0 100644 (file)
@@ -69,7 +69,7 @@ MCAsmInfo::MCAsmInfo() {
   HasSetDirective = true;
   HasAggressiveSymbolFolding = true;
   COMMDirectiveAlignmentIsInBytes = true;
-  LCOMMDirectiveSupportsAlignment = false;
+  LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
   HasDotTypeDotSizeDirective = true;
   HasSingleParameterDotFile = true;
   HasNoDeadStrip = false;