commit | b1fcfbe89bd155fb88485b2a3a995adba3994003 | [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 | b06316dac691b7b50d6919d74bef4ea1051b7cac | |
parent | 5a0fabae5a1792d20df23b6cbd573a9121637d12 [diff] [blame] |
Fix .debug_range for linux. Patch by Krister Wombell. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112830 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp index 4856def..e0e261a 100644 --- a/lib/MC/MCAsmInfoDarwin.cpp +++ b/lib/MC/MCAsmInfoDarwin.cpp
@@ -46,5 +46,6 @@ HasNoDeadStrip = true; DwarfUsesAbsoluteLabelForStmtList = false; + DwarfUsesLabelOffsetForRanges = false; }