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
/
Reducer
/
CMakeLists.txt
blob
61743b6097d612ee256474f64ced66ea72e16da2
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRTestReducer
3
MLIRTestReducer.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
ADDITIONAL_HEADER_DIRS
8
${MLIR_MAIN_INCLUDE_DIR}/mlir/IR
9
10
LINK_COMPONENTS
11
Core
12
13
LINK_LIBS PUBLIC
14
MLIRIR
15
MLIRPass
16
MLIRSupport
17
)