[libcxx][test] Fix a test for the range of file offsets on ARMv7 Linux targets. ...
[llvm-project.git] / mlir / test / lib / Dialect / Tensor / CMakeLists.txt
blobf22b21d173296af178b7e57435d22090667f16d4
1 # Exclude tests from libMLIR.so
2 add_mlir_library(MLIRTensorTestPasses
3   TestTensorTransforms.cpp
5   EXCLUDE_FROM_LIBMLIR
7   LINK_LIBS PUBLIC
8   MLIRArithDialect
9   MLIRLinalgDialect
10   MLIRPass
11   MLIRSCFDialect
12   MLIRTensorDialect
13   MLIRTensorTransforms
14   MLIRTransformDialect
15   MLIRTransforms
16   )