[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:21:11 PDT 2018
takuto.ikuta added a comment.
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.
https://reviews.llvm.org/D51340
More information about the cfe-commits
mailing list