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