Push the CURangeList down into the skeleton CU (where available) rather than the...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 3 Nov 2014 21:52:56 +0000 (21:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 3 Nov 2014 21:52:56 +0000 (21:52 +0000)
commitfcd4288009f1829ab4c5a4ea23883a437b220850
treee7b11cb9d8b1fd706abfece9464c905ff4a67dd4
parent38728dc043de16db975ffb5c1f31b269dc857b3f
Push the CURangeList down into the skeleton CU (where available) rather than the full CU

So that it may be shared between skeleton/full compile unit, for CU
ranges and other ranges to be added for fission+gmlt.

(at some point we might want some kind of object shared between the
skeleton and full compile units for all those things we only want one of
in that scope, rather than having the full unit always look through to
the skeleton... - alternatively, we might be able to have the skeleton
pointer (or another, separate pointer) point to the skeleton or to the
unit itself in non-fission, so we don't have to special case its
absence)

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