From 416604703098e5c8e044828ebec6bdbf35d5039c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 4 Apr 2010 21:37:20 +0000 Subject: [PATCH] fix pasto, this is the wrong setting for arm elf. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100357 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMMCAsmInfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/ARM/ARMMCAsmInfo.cpp b/lib/Target/ARM/ARMMCAsmInfo.cpp index 20197e487d3..53edfcad930 100644 --- a/lib/Target/ARM/ARMMCAsmInfo.cpp +++ b/lib/Target/ARM/ARMMCAsmInfo.cpp @@ -58,7 +58,6 @@ ARMELFMCAsmInfo::ARMELFMCAsmInfo() { CommentString = "@"; HasLEB128 = true; - AbsoluteDebugSectionOffsets = true; PrivateGlobalPrefix = ".L"; WeakRefDirective = "\t.weak\t"; HasLCOMMDirective = true; -- 2.11.0