[PATCH] D51340: Add /Zc:DllexportInlines option to clang-cl

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 24 07:28:12 PDT 2018


hans added a comment.

In https://reviews.llvm.org/D51340#1243331, @takuto.ikuta wrote:

> Ping?
>
> This patch reduced obj size largely, and I expect this makes distributed build (like goma) faster by reducing data transferred on network.


I'll try to look at it this week.

Have you confirmed on some Chromium file, e.g. stroke_opacity_custom.cc (go/stroke-opactity-custom) that the number of functions that we codegen decreases as expected? I'd expect this to save a lot of compile time.


https://reviews.llvm.org/D51340





More information about the cfe-commits mailing list