[PATCH] D87547: [MinGW][clang-shlib] Build by default on MinGW
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 9 11:38:42 PDT 2020
mstorsjo added a comment.
In D87547#2322325 <https://reviews.llvm.org/D87547#2322325>, @mati865 wrote:
> @ASDenysPetrov what CMake options do you use?
> I'm unable to reproduce this error with Clang+LLD and GCC+Binutils from MSYS2.
How many exports does your DLL end up with - is it close to the 64k limit, or far from it? Is there maybe some other library that is linked in, that increases the number of exported symbols (=all), or does this DLL only export explicitly intended symbols with dllexport?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87547/new/
https://reviews.llvm.org/D87547
More information about the cfe-commits
mailing list