brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · 0c05ed5 Raw
15 lines · plain
1# Exclude tests from libMLIR.so2add_mlir_library(MLIRArithTestPasses3  TestEmulateWideInt.cpp4 5  EXCLUDE_FROM_LIBMLIR6)7mlir_target_link_libraries(MLIRArithTestPasses PUBLIC8  MLIRArithDialect9  MLIRArithTransforms10  MLIRFuncDialect11  MLIRLLVMDialect12  MLIRPass13  MLIRVectorDialect14)15