Just iterate the DwarfCompileUnits rather than trying to filter them out of the list...
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Nov 2014 01:11:19 +0000 (01:11 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Nov 2014 01:11:19 +0000 (01:11 +0000)
commita49cbece54afbee27abcec3b1cb6de5e6a587994
tree121bb338f8953fe483b9d76c49410dab6b32271f
parentbf29eb3ad1f484fa57b4663736061043917ba5f8
Just iterate the DwarfCompileUnits rather than trying to filter them out of the list of all units.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221034 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp