mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Add FIXME comment based on code review feedback by Hal Finkel on r209338
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3be377e36
commit
bd62a7ad6c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user