[clang] [Clang][Cygwin] attempt to fix building shared libclang. (PR #138351)
Mateusz MikuĊa via cfe-commits
cfe-commits at lists.llvm.org
Sat May 3 10:24:57 PDT 2025
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
More information about the cfe-commits
mailing list