summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-05-23 16:53:14 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-05-23 16:53:14 +0000
commit05b8584f16bbdd6d32f1113e11efa3e617933b90 (patch)
tree25d22a01da0f376d5dab988f3d063a2703a6709e /llvm/lib/CodeGen/AsmPrinter
parentfbe44200ce2a517b385d76f4f7d7fdaf9c743d41 (diff)
downloadbcm5719-llvm-05b8584f16bbdd6d32f1113e11efa3e617933b90.tar.gz
bcm5719-llvm-05b8584f16bbdd6d32f1113e11efa3e617933b90.zip
Add FIXME comment based on code review feedback by Hal Finkel on r209338
llvm-svn: 209529
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 06331e44d91..37136b2a202 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)
OpenPOWER on IntegriCloud