diff options
author | Devang Patel <dpatel@apple.com> | 2010-08-31 23:50:19 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-08-31 23:50:19 +0000 |
commit | ae84d5b9bafd1ba88aa12e8398e5385f229fa306 (patch) | |
tree | 046364af7784394e50157cbc056520249476e198 /lib/MC/MCAsmInfo.cpp | |
parent | a6d050df14e5cbbec612251e86f889b313ec1cdd (diff) |
Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
This patch was developed on top of original patch by Artur Pietrek.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112678 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index a275be2c53..b859825d66 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -68,6 +68,7 @@ MCAsmInfo::MCAsmInfo() { ExceptionsType = ExceptionHandling::None; DwarfRequiresFrameSection = true; DwarfUsesInlineInfoSection = false; + DwarfUsesAbsoluteLabelForStmtList = true; DwarfSectionOffsetDirective = 0; HasMicrosoftFastStdCallMangling = false; |