mati865 wrote:

> But people build mingw clang with gcc, right?

Dunno.

> It seems like having explicit dllexport annotations as libclang does should 
> turn off auto-export. I didn't see `--export-all-symbols` in the command line 
> anyway.

Yes, linker exports all the symbols by default, but explicit export disable 
that.

https://github.com/llvm/llvm-project/pull/138351
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to