Refactor DW_AT_ranges handling to use labels for ranges rather than
authorEric Christopher <echristo@gmail.com>
Sat, 23 Nov 2013 00:05:29 +0000 (00:05 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 23 Nov 2013 00:05:29 +0000 (00:05 +0000)
commit43d67d01e2e32c51ec974e4f5c67343c6bf524a1
tree876ac7188b32adac33af1e2b54b6b86eace8e940
parentc918db1076f1705c9aaa30322cc626af9de81691
Refactor DW_AT_ranges handling to use labels for ranges rather than
a non-relocatable number offset.

One fixme to make the ranges as discrete data structures and
have range lists explicitly represented rather than as a list of symbols.

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