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

via cfe-commits cfe-commits at lists.llvm.org
Sat May 3 14:24:52 PDT 2025


jeremyd2019 wrote:

`-DLLVM_BUILD_LLVM_DYLIB=OFF -DLLVM_LINK_LLVM_DYLIB=OFF -DLIBCLANG_BUILD_STATIC=ON`

Now we know that adding `-DLLVM_ENABLE_PIC=OFF` will turn off building libclang.dll, but otherwise it will be built regardless.

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


More information about the cfe-commits mailing list