21 lines · plain
1# Exclude tests from libMLIR.so2add_mlir_library(MLIRSCFTestPasses3 TestLoopParametricTiling.cpp4 TestLoopUnrolling.cpp5 TestParallelLoopUnrolling.cpp6 TestSCFUtils.cpp7 TestSCFWrapInZeroTripCheck.cpp8 TestUpliftWhileToFor.cpp9 TestWhileOpBuilder.cpp10 11 EXCLUDE_FROM_LIBMLIR12 )13mlir_target_link_libraries(MLIRSCFTestPasses PUBLIC14 MLIRMemRefDialect15 MLIRPass16 MLIRSCFDialect17 MLIRSCFTransforms18 MLIRSCFUtils19 MLIRTransformUtils20 )21