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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
mlir
/
lib
/
Target
/
Cpp
/
CMakeLists.txt
blob
578cb2f22767aa4e0e591f7e6bba49b0b92904cb
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
MLIRControlFlowDialect
10
MLIREmitCDialect
11
MLIRFuncDialect
12
MLIRIR
13
MLIRSupport
14
MLIRTranslateLib
15
)