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] Prevent `mlink-builtin-bitcode` from internalizing the RPC client (#118661)
[llvm-project.git]
/
mlir
/
lib
/
Target
/
LLVMIR
/
Dialect
/
VCIX
/
CMakeLists.txt
blob
d2622af16d93838b23e01ef249e86fbfe6f48b38
1
add_mlir_translation_library(MLIRVCIXToLLVMIRTranslation
2
VCIXToLLVMIRTranslation.cpp
3
4
DEPENDS
5
MLIRVCIXConversionsIncGen
6
7
LINK_COMPONENTS
8
Core
9
10
LINK_LIBS PUBLIC
11
MLIRIR
12
MLIRLLVMDialect
13
MLIRVCIXDialect
14
MLIRSupport
15
MLIRTargetLLVMIRExport
16
)