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
[Workflow] Roll back some settings since they caused more issues
[llvm-project.git]
/
mlir
/
lib
/
Target
/
Cpp
/
CMakeLists.txt
blob
5521e7909a8ab87b1ec5d18d61485d314147efec
1
add_mlir_translation_library(MLIRTargetCpp
2
TranslateRegistration.cpp
3
TranslateToCpp.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${EMITC_MAIN_INCLUDE_DIR}/emitc/Target/Cpp
7
8
LINK_LIBS PUBLIC
9
MLIRArithDialect
10
MLIRControlFlowDialect
11
MLIREmitCDialect
12
MLIRFuncDialect
13
MLIRIR
14
MLIRMathDialect
15
MLIRSCFDialect
16
MLIRSupport
17
MLIRTranslateLib
18
)