brintos

brintos / llvm-project-archived public Read only

0
0
Text · 383 B · 98cf47c Raw
20 lines · plain
1# Exclude tests from libMLIR.so2add_mlir_library(MLIRDLTITestPasses3  TestDataLayoutQuery.cpp4 5  EXCLUDE_FROM_LIBMLIR6 7  LINK_LIBS PUBLIC8  MLIRTestDialect9  )10mlir_target_link_libraries(MLIRDLTITestPasses PUBLIC11  MLIRDLTIDialect12  MLIRPass13  )14 15target_include_directories(MLIRDLTITestPasses16  PRIVATE17  ${CMAKE_CURRENT_SOURCE_DIR}/../Test18  ${CMAKE_CURRENT_BINARY_DIR}/../Test19  )20