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
[rtsan] Remove mkfifoat interceptor (#116997)
[llvm-project.git]
/
mlir
/
lib
/
Tools
/
mlir-translate
/
CMakeLists.txt
blob
55aea58b9bdd72ed3c3f88e05d762d947e7e14ad
1
add_mlir_library(MLIRTranslateLib
2
MlirTranslateMain.cpp
3
Translation.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/mlir-translate
7
8
LINK_LIBS PUBLIC
9
MLIRIR
10
MLIRParser
11
)