sourcegraph / lsif-clang

Language Server Indexing Format (LSIF) generator for C, C++ and Objective C
https://lsif.dev/
35 stars 8 forks source link

Attempt linking strategy, rather than fork #52

Closed tjdevries closed 3 years ago

tjdevries commented 3 years ago

I'm attempting to link against LLVM and clangd in this repo: https://github.com/tjdevries/lsif-clang-tmp

This will allow us to not have to do crazy forking & merging things all the time (if it works).

Should have a result by end of this sprint (whether it's possible or not)

tjdevries commented 3 years ago

Linking strategy was useful exploration, but turns out not to be viable. Detailed in docs/ once we merge new main branch