Add support for a CU to output a set of ranges for the CU. This is useful
authorEric Christopher <echristo@gmail.com>
Fri, 20 Dec 2013 04:16:18 +0000 (04:16 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 20 Dec 2013 04:16:18 +0000 (04:16 +0000)
commitff37ddf185761005c89f625a7a9897e8129114a8
treec3aabb5a2f162e75ab90629be72ee0f4f391e01c
parente899f2516316aa432d9ce553a63fdc7e0da7f3a8
Add support for a CU to output a set of ranges for the CU. This is useful
when you want to have the full list of addresses for a particular CU or
when you have multiple modules linked together and can't depend upon the
ordering of a single CU for begin/end ranges.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197776 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
test/DebugInfo/cu-ranges.ll [new file with mode: 0644]