[cfe-dev] Distributing libclang-cpp.dll for Windows in the pre-built downloads

Stephen Crane via cfe-dev cfe-dev at lists.llvm.org
Wed Mar 18 10:50:45 PDT 2020


On Wed, Mar 18, 2020 at 9:23 AM Michael Kruse <llvm at meinersbur.de> wrote:
> Windows DLLs have a limit of 2^16 exported symbols, that LLVM
> unfortunately exceeds.

Would the individual libclang* libraries (e.g. libclangAST,
libclangParse, etc.) exceed this limit? I'll do some experimental
builds and see what I can determine.

- stephen


More information about the cfe-dev mailing list