From 05b8584f16bbdd6d32f1113e11efa3e617933b90 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 23 May 2014 16:53:14 +0000 Subject: [PATCH] Add FIXME comment based on code review feedback by Hal Finkel on r209338 llvm-svn: 209529 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 06331e4..37136b2 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -2371,6 +2371,8 @@ void DwarfDebug::addDwarfTypeUnitType(DwarfCompileUnit &CU, if (!useSplitDwarf()) CU.applyStmtList(UnitDie); + // FIXME: Skip using COMDAT groups for type units in the .dwo file once tools + // such as DWP ( http://gcc.gnu.org/wiki/DebugFissionDWP ) can cope with it. NewTU.initSection( useSplitDwarf() ? Asm->getObjFileLowering().getDwarfTypesDWOSection(Signature) -- 2.7.4