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
[Infra] Fix version-check workflow (#100090)
[llvm-project.git]
/
mlir
/
tools
/
tblgen-to-irdl
/
CMakeLists.txt
blob
a6621cb98ac6bdc1e4f8a48415e0e85551ac7d57
1
set(LLVM_LINK_COMPONENTS
2
TableGen
3
)
4
5
add_tablegen(tblgen-to-irdl MLIR
6
DESTINATION "${MLIR_TOOLS_INSTALL_DIR}"
7
EXPORT MLIR
8
tblgen-to-irdl.cpp
9
OpDefinitionsGen.cpp
10
)
11
12
target_link_libraries(tblgen-to-irdl
13
PRIVATE
14
MLIRIR
15
MLIRIRDL
16
MLIRTblgenLib
17
MLIRSupport
18
)
19
20
mlir_check_all_link_libraries(tblgen-to-irdl)