Remove DwarfUnit::LabelEnd in favor of computing the length of the section directly
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Nov 2014 23:07:14 +0000 (23:07 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Nov 2014 23:07:14 +0000 (23:07 +0000)
commit8ff48760a3df5c54a9181b8211efa5c7ac5c8aa4
tree6261387c57b1d71c3d912241961d756e4af85850
parent33e07581b22ed472103c91a246dab5b8ce08a1c7
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221067 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfFile.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
test/DebugInfo/X86/ref_addr_relocation.ll
test/DebugInfo/dwarf-public-names.ll