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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to