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)
commit1998a2e7893ef9f9a4acf6d08a94bc4896421f25
tree37518f737db502706d4fd370450544f0cf1a7602
parentbbad0bbb2f0edd72eba8ee5fcca7a18ce3a62a2b
Just iterate the DwarfCompileUnits rather than trying to filter them out of the list of all units.

llvm-svn: 221034
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp