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
[flang] Accept polymorphic component element in storage_size
[llvm-project.git]
/
mlir
/
test
/
lib
/
Rewrite
/
CMakeLists.txt
blob
fd5d5d5861601883a281a4d88a4669059452a6f9
1
# Exclude tests from libMLIR.so
2
add_mlir_library(MLIRTestRewrite
3
TestPDLByteCode.cpp
4
5
EXCLUDE_FROM_LIBMLIR
6
7
ADDITIONAL_HEADER_DIRS
8
${MLIR_MAIN_INCLUDE_DIR}/mlir/Rewrite
9
10
LINK_LIBS PUBLIC
11
MLIRIR
12
MLIRPass
13
MLIRSupport
14
MLIRTransformUtils
15
)
16