Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
[oota-llvm.git] / lib / Target / X86 / X86MCAsmInfo.cpp
index 75bc1ed2bee691562824b622d806c0f8ddf99c76..6686214e06f57f134b8e3e269ab09d832be5bbdb 100644 (file)
@@ -113,7 +113,4 @@ X86MCAsmInfoCOFF::X86MCAsmInfoCOFF(const Triple &Triple) {
   AssemblerDialect = AsmWriterFlavor;
 
   TextAlignFillValue = 0x90;
-  
-  // Debug Information
-  SupportsDebugInformation = true;
 }