DwarfLinker: Use DIEValueList instead of DIE, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 2 Aug 2015 20:48:47 +0000 (20:48 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 2 Aug 2015 20:48:47 +0000 (20:48 +0000)
commitaf9bb0f37ea606491f09c9ab05064bf7e1bda0f3
tree4ec2118149ba1af19f98bcaa877f6379a20400a6
parentc582114d4c67afae86186994e0e9607199a0cf9f
DwarfLinker: Use DIEValueList instead of DIE, NFC

Use `DIEValueList` as a pointer to either `DIEBlock` or `DIELoc` instead
of `DIE`, since soon they won't inherit from the latter.

llvm-svn: 243857
llvm/tools/dsymutil/DwarfLinker.cpp