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
/
Shape
/
CMakeLists.txt
blob
545f13db25a841bb20a09e7b9734e0d5fdd7ad0f
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRShapeTestPasses
3
TestShapeFunctions.cpp
4
TestShapeMappingAnalysis.cpp
5
6
EXCLUDE_FROM_LIBMLIR
7
8
ADDITIONAL_HEADER_DIRS
9
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Shape
10
${MLIR_MAIN_INCLUDE_DIR}/mlir/IR
11
12
LINK_LIBS PUBLIC
13
MLIRIR
14
MLIRPass
15
MLIRShapeOpsTransforms
16
MLIRShapeDialect
17
MLIRSupport
18
)