repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][Modules] Raise empty.modulemap expected size to <70KB to fix RISC-V failure...
[llvm-project.git]
/
mlir
/
lib
/
Tools
/
mlir-pdll-lsp-server
/
CMakeLists.txt
blob
bf25b7e0a64f3cafc7c7bfca6ddf252dd2b112f3
1
llvm_add_library(MLIRPdllLspServerLib
2
LSPServer.cpp
3
PDLLServer.cpp
4
Protocol.cpp
5
MlirPdllLspServerMain.cpp
6
7
ADDITIONAL_HEADER_DIRS
8
${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/mlir-pdll-lsp-server
9
10
LINK_LIBS PUBLIC
11
MLIRPDLLCodeGen
12
MLIRPDLLParser
13
MLIRLspServerSupportLib
14
)