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
[SampleProfileLoader] Fix integer overflow in generateMDProfMetadata (#90217)
[llvm-project.git]
/
mlir
/
lib
/
Target
/
LLVMIR
/
Dialect
/
ROCDL
/
CMakeLists.txt
blob
9e69bcd4e94651db6e1288992524063399d88e48
1
add_mlir_translation_library(MLIRROCDLToLLVMIRTranslation
2
ROCDLToLLVMIRTranslation.cpp
3
4
DEPENDS
5
MLIRROCDLConversionsIncGen
6
7
LINK_COMPONENTS
8
Core
9
10
LINK_LIBS PUBLIC
11
MLIRIR
12
MLIRLLVMDialect
13
MLIRROCDLDialect
14
MLIRSupport
15
MLIRTargetLLVMIRExport
16
)