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
/
test
/
lib
/
Dialect
/
Math
/
CMakeLists.txt
blob
195d392d6ad346b4116ba53ff002864cf48a6ad5
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRMathTestPasses
3
TestAlgebraicSimplification.cpp
4
TestExpandMath.cpp
5
TestPolynomialApproximation.cpp
6
7
EXCLUDE_FROM_LIBMLIR
8
9
LINK_LIBS PUBLIC
10
MLIRMathTransforms
11
MLIRPass
12
MLIRTransformUtils
13
MLIRVectorDialect
14
MLIRX86VectorDialect
15
)