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

Takuto Ikuta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 6 05:39:29 PDT 2018


takuto.ikuta added a comment.

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

> I found that current ToT with original Nico's patch does not allow to link ui_base.dll
>
> https://github.com/atetubou/llvm-project-20170507/tree/totwin_dbg_1236_nico
>  gives the following link error
>  https://pastebin.com/9LVRbRVn
>
> I will do bisection to find when some inline functions are not inlined.


Sorry, this is due to my local build config of chromium.


https://reviews.llvm.org/D51340





More information about the cfe-commits mailing list