[PATCH] D33155: [DWARFv5] Support FORM_strp in the line table header

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 13:35:51 PDT 2017


probinson added a comment.

See https://reviews.llvm.org/D34570, which packages the version/address-size/format and puts the query methods in one place.  DWARFUnit and DWARFDebugLine use the new class as a data member, as suggested by @dblaikie.  I'll update this patch again after that one's resolved.


https://reviews.llvm.org/D33155





More information about the llvm-commits mailing list