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-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git]
/
mlir
/
tools
/
mlir-pdll
/
CMakeLists.txt
blob
35b8870a1b1a6c20e80b7e7b6b89107b0a041faa
1
set(LLVM_LINK_COMPONENTS
2
Demangle
3
Support
4
TableGen
5
)
6
7
set(LIBS
8
MLIRIR
9
MLIRPDLLAST
10
MLIRPDLLCodeGen
11
MLIRPDLLODS
12
MLIRPDLLParser
13
)
14
15
add_tablegen(mlir-pdll MLIR_PDLL
16
DESTINATION "${MLIR_TOOLS_INSTALL_DIR}"
17
EXPORT MLIR
18
mlir-pdll.cpp
19
20
DEPENDS
21
${LIBS}
22
)
23
24
target_link_libraries(mlir-pdll PRIVATE ${LIBS})
25
26
mlir_check_all_link_libraries(mlir-pdll)