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
/
Builtin
/
CMakeLists.txt
blob
e4639694852d6372b901e9505f790f0439739275
1
add_mlir_translation_library(MLIRBuiltinToLLVMIRTranslation
2
BuiltinToLLVMIRTranslation.cpp
3
4
LINK_COMPONENTS
5
Core
6
7
LINK_LIBS PUBLIC
8
MLIRIR
9
MLIRLLVMDialect
10
MLIRSupport
11
MLIRTargetLLVMIRExport
12
)