summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib/Pass/CMakeLists.txt
blob: 3289a7add942e81176eb1d20cb47e1944b5a4f15 (plain)
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
  )
OpenPOWER on IntegriCloud