diff options
author | David Spickett <david.spickett@linaro.org> | 2023-11-16 09:26:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 09:26:26 +0000 |
commit | c4afeccdd235a282d200c450e06a730504a66a08 (patch) | |
tree | 3f0691e18baf5e4eb53842f32b35835b832f9308 /llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp | |
parent | 56daf026ba60bc07599c05201db057eb8108caec (diff) | |
download | llvm-c4afeccdd235a282d200c450e06a730504a66a08.zip llvm-c4afeccdd235a282d200c450e06a730504a66a08.tar.gz llvm-c4afeccdd235a282d200c450e06a730504a66a08.tar.bz2 |
[llvm][CMake][TableGen] Add all TableGen files to tablegen_compile_commands.yml (#71686)
This file is a list of files and their required include dirs, used by
the TableGen LSP server
(https://mlir.llvm.org/docs/Tools/MLIRLSP/#tablegen-lsp-language-server--tblgen-lsp-server).
Initialy this only included MLIR TableGen files, so I've expanded that
by moving it into llvm so all projects that use the llvm `tablegen`
function will be added to the file.
You could already do some things in llvm TableGen files without this,
but were limited with files that don't include their dependencies using
`include`, only with command line arguments.
Once those are in the yml file, the language server sees all that and go
to definition etc. all works.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp')
0 files changed, 0 insertions, 0 deletions