CMakeLists.txt 178 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 add_llvm_library(MLIRTestPass TestPassManager.cpp ADDITIONAL_HEADER_DIRS ${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass ) target_link_libraries(MLIRTestPass MLIRIR MLIRPass )