[PATCH] D27858: Default to standalone debug info on Windows

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 16 14:28:56 PST 2016


Won't that make is_win_fastlink builds slow to link? And if we do this,
then this change here makes a then-not-very-tested config the default.

(I don't have a problem with this patch, go ahead and land if you think
it's the way to go. Just wondering aloud.)

On Fri, Dec 16, 2016 at 4:39 PM, Reid Kleckner via Phabricator <
reviews at reviews.llvm.org> wrote:

> rnk added a comment.
>
> In https://reviews.llvm.org/D27858#625367, @thakis wrote:
>
> > Did you measure what this does to link times?
>
>
> No, but I plan to recover it in Chromium by doing something like:
>
>   if (is_win && is_clang && !is_win_fastlink) {
>     cflags += ["-flimit-debug-info"]
>   }
>
>
> https://reviews.llvm.org/D27858
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161216/eb14466f/attachment.html>


More information about the cfe-commits mailing list