brintos

brintos / llvm-project-archived public Read only

0
0
Text · 290 B · 1ea33bd Raw
18 lines · plain
1# Exclude tests from libMLIR.so2add_mlir_library(MLIRTestReducer3  MLIRTestReducer.cpp4 5  EXCLUDE_FROM_LIBMLIR6 7  ADDITIONAL_HEADER_DIRS8  ${MLIR_MAIN_INCLUDE_DIR}/mlir/IR9 10  LINK_COMPONENTS11  Core12  )13mlir_target_link_libraries(MLIRTestReducer PUBLIC14  MLIRIR15  MLIRPass16  MLIRSupport17  )18