Enable DebugInfo support for COFF object files.
[oota-llvm.git] / lib / Target / X86 / X86MCAsmInfo.cpp
index 6686214e06f57f134b8e3e269ab09d832be5bbdb..75bc1ed2bee691562824b622d806c0f8ddf99c76 100644 (file)
@@ -113,4 +113,7 @@ X86MCAsmInfoCOFF::X86MCAsmInfoCOFF(const Triple &Triple) {
   AssemblerDialect = AsmWriterFlavor;
 
   TextAlignFillValue = 0x90;
+  
+  // Debug Information
+  SupportsDebugInformation = true;
 }