[all-commits] [llvm/llvm-project] aa9da1: [mlir][pdll] Add extra-dirs for LSP includes.
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Apr 13 09:42:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa9da11f5d2319024d425c2647f161c7ac479617
https://github.com/llvm/llvm-project/commit/aa9da11f5d2319024d425c2647f161c7ac479617
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M mlir/lib/Tools/mlir-pdll-lsp-server/MlirPdllLspServerMain.cpp
M mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.cpp
M mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.h
Log Message:
-----------
[mlir][pdll] Add extra-dirs for LSP includes.
Enable specifying additional include directories to search. This is
consistent with what one can do with clangd (although there it is more
general compilation options) and Python LSP. We would in general expect
these to be provided by compilation database equivalent.
Differential Revision: https://reviews.llvm.org/D123474
More information about the All-commits
mailing list