Home
last modified time | relevance | path

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

/llvm-project/mlir/docs/Tools/
H A DMLIRLSP.md14 ## 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,
33 #include "mlir/Tools/mlir-lsp-server/MlirLspServerMain.h"
36 mlir::DialectRegistry registry;
38 return mlir::failed(mlir::MlirLspServerMain(argc, argv, registry));
[all …]