Home
last modified time | relevance | path

Searched +refs:lsp +refs:mlir +refs:server +refs:executable (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/docs/Tools/
H A DMLIRLSP.md6 [LSP](https://microsoft.github.io/language-server-protocol/) IDE language
8 generally comprised of two components; a language client and a language server.
10 using, such as VSCode. A language server acts as the backend for queries that
14 ## MLIR LSP Language Server : `mlir-lsp-server`
16 MLIR provides an implementation of an LSP language server for `.mlir` text files
17 in the form of the `mlir-lsp-server` tool. This tool interacts with the MLIR C++
22 `mlir-lsp-server`, like many other MLIR based tools, relies on having the
24 formats used in the textual .mlir files. The `mlir-lsp-server` found within the
27 `mlir-lsp-server` executable that registers the entities that they are
28 interested in. The implementation of `mlir-lsp-server` is provided as a library,
[all …]