commit | da3ef85460d62f99192cee75b8092d016d6b619c | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Thu Sep 02 16:43:44 2010 +0000 |
committer | Devang Patel <dpatel@apple.com> | Thu Sep 02 16:43:44 2010 +0000 |
tree | 07857e8db780b2036103cdbe09c25322165a8ecd | |
parent | 5d43a35e6d8592aa27822010d6cd44e00960d24d [diff] [blame] |
Fix .debug_range for linux. Patch by Krister Wombell. llvm-svn: 112830
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp index b859825..670b2e9 100644 --- a/llvm/lib/MC/MCAsmInfo.cpp +++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -70,6 +70,7 @@ DwarfUsesInlineInfoSection = false; DwarfUsesAbsoluteLabelForStmtList = true; DwarfSectionOffsetDirective = 0; + DwarfUsesLabelOffsetForRanges = true; HasMicrosoftFastStdCallMangling = false; AsmTransCBE = 0;