[PATCH] D42021: [DWARF] v5 implementation of string offsets tables - producer side

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 18:23:50 PST 2018


wolfgangp added a comment.

Ping.

Dave, I think I addressed most of your comments, and commented on the ones I didn't. On the subject of tradeoffs wrt shared string offsets contributions, one idea would be to give each type unit (but not compile unit) its own contribution for easy removability by the linker. However, I'd like to do that or any other improvements as a follow-on patch if that's OK with you.


https://reviews.llvm.org/D42021





More information about the llvm-commits mailing list