[CFL-AA] Update for handling of globals and more tests
[oota-llvm.git] / lib / MC / MCObjectFileInfo.cpp
index da707d860a6a0ef532c1256736f6414828e3a7fa..547630ea37d29aef4debe65fdbfdd36fc157b375 100644 (file)
@@ -595,9 +595,7 @@ void MCObjectFileInfo::InitELFMCObjectFileInfo(Triple T) {
 void MCObjectFileInfo::InitCOFFMCObjectFileInfo(Triple T) {
   bool IsWoA = T.getArch() == Triple::arm || T.getArch() == Triple::thumb;
 
-  // The object file format cannot represent common symbols with explicit
-  // alignments.
-  CommDirectiveSupportsAlignment = false;
+  CommDirectiveSupportsAlignment = true;
 
   // COFF
   BSSSection =