From e12ab1276d6fa9221fb4bbc9556493aad9b51a0f Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 1 Apr 2014 16:09:49 +0000 Subject: Simplify debug_loc.dwo handling slightly. llvm-svn: 205322 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index a21fa673118..7cb2567db26 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -1893,7 +1893,7 @@ void DwarfDebug::emitSectionLabels() { emitSectionSym(Asm, TLOF.getDwarfStrDWOSection(), "skel_string"); DwarfAddrSectionSym = emitSectionSym(Asm, TLOF.getDwarfAddrSection(), "addr_sec"); - DwarfDebugLocDWOSectionSym = + DwarfDebugLocSectionSym = emitSectionSym(Asm, TLOF.getDwarfLocDWOSection(), "skel_loc"); } else DwarfDebugLocSectionSym = -- cgit v1.2.3