From 1d20473c9d920ce7d6aef438ea89544460c56f0f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 4 Apr 2010 21:49:31 +0000 Subject: [PATCH] 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 --- lib/Target/ARM/ARMMCAsmInfo.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1