15 lines · plain
1# Exclude tests from libMLIR.so2add_mlir_library(MLIRControlFlowTestPasses3 TestAssert.cpp4 5 EXCLUDE_FROM_LIBMLIR6)7mlir_target_link_libraries(MLIRControlFlowTestPasses PUBLIC8 MLIRControlFlowToLLVM9 MLIRFuncDialect10 MLIRLLVMCommonConversion11 MLIRLLVMDialect12 MLIRPass13 MLIRTransforms14)15