[PATCH] D40917: Emit .debug$H section in clang
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 11:28:03 PST 2017
hans added a comment.
In https://reviews.llvm.org/D40917#954173, @rnk wrote:
> I think we'll need some flag for this. A 15% object file size increase is quite a bit, and it will probably slow down linking with MSVC, which is what most Chromium developers are using today. I suspect you'll want to land this, and then @hans will want to roll clang while you're on vacation, and there is some risk that the larger object files will cause problems and he'll need to revert it.
+1 A flag would be great, and we can enable it by default for Chromium's win/lld builds to get coverage without potentially disrupting developers using link.exe.
https://reviews.llvm.org/D40917
More information about the llvm-commits
mailing list