Jac1494 added a comment. > Do you have any reason to believe these patches would reduce the size of the > debug info? It seems like they only add more debug info, and don't remove > anything - so we'd expect an increase in the size, certainly not a decrease. > That means, to me, there's probably a mistake in the measurement somehow?
Yes, In clang binary DW_AT_linkage_name attribute is missing for "None" and "__default_lock_policy" two variable because of that size is reduced. For that fixed files are updated. Now size is same with and without D71451 <https://reviews.llvm.org/D71451> and D71599 <https://reviews.llvm.org/D71599>. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71451/new/ https://reviews.llvm.org/D71451 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
