Enable DebugInfo support for COFF object files.
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index 7fc7d7abb232c8283ce663fe7dbfb1d60b68a4f8..f6e240572b19df8afd824d307cd057bb7352da38 100644 (file)
@@ -33,5 +33,6 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
   HasLEB128 = true;  // Target asm supports leb128 directives (little-endian)
   SupportsDebugInformation = true;
   DwarfSectionOffsetDirective = "\t.secrel32\t";
+  DwarfUsesAbsoluteLabelForStmtList = false;
   HasMicrosoftFastStdCallMangling = true;
 }