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
/
OpenACC
/
CMakeLists.txt
blob
e43581e28c77afa98b3fef4221f32aeb18292836
1
add_mlir_translation_library(MLIROpenACCToLLVMIRTranslation
2
OpenACCToLLVMIRTranslation.cpp
3
4
LINK_COMPONENTS
5
Core
6
7
LINK_LIBS PUBLIC
8
MLIRIR
9
MLIRLLVMDialect
10
MLIROpenACCDialect
11
MLIRSupport
12
MLIRTargetLLVMIRExport
13
MLIRTransformUtils
14
)