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
Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
MathToLibm
/
CMakeLists.txt
blob
0a4eb97474f3ab956cd8087073b45e14942c66ec
1
add_mlir_conversion_library(MLIRMathToLibm
2
MathToLibm.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/MathToLibm
6
7
DEPENDS
8
MLIRConversionPassIncGen
9
10
LINK_COMPONENTS
11
Core
12
13
LINK_LIBS PUBLIC
14
MLIRArithDialect
15
MLIRDialectUtils
16
MLIRFuncDialect
17
MLIRLLVMDialect
18
MLIRMathDialect
19
MLIRPass
20
MLIRTransformUtils
21
MLIRVectorDialect
22
MLIRVectorUtils
23
)