sourcekit-lsp icon indicating copy to clipboard operation
sourcekit-lsp copied to clipboard

LSP exports too many symbols

Open compnerd opened this issue 1 year ago • 6 comments

When building LSP with SPM we hit the export symbol limits:

lld-link: error: too many exported symbols (max 65535)  
clang: error: linker command failed with exit code 1 (use -v to see invocation)                                        
[1/14] Linking S:\SourceCache\Sourcekit-LSP\.build\x86_64-unknown-windows-msvc\debug\_SourceKitLSP.dll

compnerd avatar Dec 21 '22 03:12 compnerd