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
[rtsan] Remove mkfifoat interceptor (#116997)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
MathToFuncs
/
CMakeLists.txt
blob
2ac191cac22a03f0a2485725fe4bbf589d03e3da
1
add_mlir_conversion_library(MLIRMathToFuncs
2
MathToFuncs.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/MathToFuncs
6
7
DEPENDS
8
MLIRConversionPassIncGen
9
10
LINK_COMPONENTS
11
Core
12
13
LINK_LIBS PUBLIC
14
MLIRArithDialect
15
MLIRControlFlowDialect
16
MLIRFuncDialect
17
MLIRLLVMDialect
18
MLIRMathDialect
19
MLIRPass
20
MLIRSCFDialect
21
MLIRTransforms
22
MLIRVectorDialect
23
MLIRVectorUtils
24
)