[PATCH] D34765: [DWARF] [NFC] Move a couple of member functions to DWARFUnit (baseclass) from DWARFCompileUnit (derived class)

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 10:46:40 PDT 2017


dblaikie added a comment.

This is for DW_AT_str_offsets_base in a type unit?

Is the delta version needed? (is that modifying the existing use in split DWARF to now require a tag for str_offsets_base when none was needed before) Or only the addSectionLabel?


https://reviews.llvm.org/D34765





More information about the llvm-commits mailing list