From 3c9a3cc495c3eed7b60dc9cac6d816524a0cf47d Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 24 Mar 2014 20:53:02 +0000 Subject: DebugInfo: Don't emit relocations to abbreviations in debug_info.dwo llvm-svn: 204667 --- 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 e396ff9a7f4..eb769fe7ae3 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -2690,7 +2690,7 @@ DwarfTypeUnit *DwarfDebug::constructSkeletonTU(DwarfTypeUnit *TU) { // compile units that would normally be in debug_info. void DwarfDebug::emitDebugInfoDWO() { assert(useSplitDwarf() && "No split dwarf debug info?"); - InfoHolder.emitUnits(this, DwarfAbbrevDWOSectionSym); + InfoHolder.emitUnits(this, nullptr); } // Emit the .debug_abbrev.dwo section for separated dwarf. This contains the -- cgit v1.2.3