From: Chris Lattner Date: Sun, 4 Apr 2010 21:49:31 +0000 (+0000) Subject: revert my patch, need to reconsider this and figure out what is really going on. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1d20473c9d920ce7d6aef438ea89544460c56f0f;p=oota-llvm.git revert my patch, need to reconsider this and figure out what is really going on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100358 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMMCAsmInfo.cpp b/lib/Target/ARM/ARMMCAsmInfo.cpp index 53edfcad930..20197e487d3 100644 --- a/lib/Target/ARM/ARMMCAsmInfo.cpp +++ b/lib/Target/ARM/ARMMCAsmInfo.cpp @@ -58,6 +58,7 @@ ARMELFMCAsmInfo::ARMELFMCAsmInfo() { CommentString = "@"; HasLEB128 = true; + AbsoluteDebugSectionOffsets = true; PrivateGlobalPrefix = ".L"; WeakRefDirective = "\t.weak\t"; HasLCOMMDirective = true;