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
/
ComplexToLibm
/
CMakeLists.txt
blob
5465e4b9fd96949aa22e9f7031412dba612a6413
1
add_mlir_conversion_library(MLIRComplexToLibm
2
ComplexToLibm.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/ComplexToLibm
6
7
DEPENDS
8
MLIRConversionPassIncGen
9
10
LINK_COMPONENTS
11
Core
12
13
LINK_LIBS PUBLIC
14
MLIRComplexDialect
15
MLIRDialectUtils
16
MLIRFuncDialect
17
MLIRPass
18
MLIRTransformUtils
19
)