| commit | 983bfea0d0f7b35eb6824921bae6fb56db3c5437 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Sat Nov 01 23:07:14 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Sat Nov 01 23:07:14 2014 +0000 |
| tree | e899d245231eec399028eb49d89f21a55b2040ef | |
| parent | e1c664b13680a06711c744cd9a7da93b1b759bdc [diff] |
Remove DwarfUnit::LabelEnd in favor of computing the length of the section directly This was a compile-unit specific label (unused in type units) and seems unnecessary anyway when we can more easily directly compute the size of the compile unit. llvm-svn: 221067