Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index a275be2c53c5fa8026b5b3b0edb09d8ee83591ba..b859825d668753d54ec6c8c4420ba6be13e6b574 100644 (file)
@@ -68,6 +68,7 @@ MCAsmInfo::MCAsmInfo() {
   ExceptionsType = ExceptionHandling::None;
   DwarfRequiresFrameSection = true;
   DwarfUsesInlineInfoSection = false;
+  DwarfUsesAbsoluteLabelForStmtList = true;
   DwarfSectionOffsetDirective = 0;
   HasMicrosoftFastStdCallMangling = false;