brintos

brintos / llvm-project-archived public Read only

0
0
Text · 295 B · 03ae3c7 Raw
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