diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2022-04-05 17:51:29 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2022-04-05 18:11:35 +0000 |
commit | 435a176db9cf7fe13f0f4e6d444a531622b90c9f (patch) | |
tree | e91993e517fa07c378bd92d535469d2a27bde652 /llvm/unittests/Support/VirtualFileSystemTest.cpp | |
parent | 5748219fd2ce57f81e7a8880302bab69744fb004 (diff) | |
download | llvm-435a176db9cf7fe13f0f4e6d444a531622b90c9f.zip llvm-435a176db9cf7fe13f0f4e6d444a531622b90c9f.tar.gz llvm-435a176db9cf7fe13f0f4e6d444a531622b90c9f.tar.bz2 |
[mlir] Add the Emacs support for MLIR's LSP server
In order to use the MLIR LSP server in Emacs, first the `mlir-lsp-client.el`
has to be loaded via elisp and then, one should call `lsp-mlir-setup` function
to setup the LSP client. After that simply calling the `lsp` function while
the `mlir-mode` is active with result in finding the language server (default
to `mlir-lsp-server`) via the `lsp-mlir-server-executable` customization variable
and connecting to it by the LSP library. Users who use MLIR's language server
library to create their own server can simply set the variable `lsp-mlir-server-executable`
to point to their own implementation executable.
Reviewed By: tschuett
Differential Revision: https://reviews.llvm.org/D123002
Diffstat (limited to 'llvm/unittests/Support/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions