Displaying 2 results from an estimated 2 matches for "e6710cb9".
2019 Dec 12
2
Network RPCs in LLVM projects
Short version: clangd would like to be able to build a client+server that
can make RPCs across the internet. An RPC system isn't a trivial dependency
and rolling our own from scratch isn't appealing.
Have other projects had a need for this? Any advice on how to approach such
dependencies?
--
Longer: clangd (a language server, like an IDE backend) builds an index of
the project you're
2019 Dec 13
2
Network RPCs in LLVM projects
...r is supposed to work across the open
internet, which effectively means it needs to speak HTTPS. That's not
really something that you can just write.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191213/e6710cb9/attachment.html>