[clang] [Clang][Cygwin] attempt to fix building shared libclang. (PR #138351)

via cfe-commits cfe-commits at lists.llvm.org
Sat May 3 10:20:31 PDT 2025


jeremyd2019 wrote:

But people build mingw clang with gcc, right?  They presumably don't set `LLVM_ENABLE_PIC=OFF`.  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.

https://github.com/llvm/llvm-project/pull/138351


More information about the cfe-commits mailing list