[go: nahoru, domu]

Skip to content

Commit

Permalink
Add missing CMake dependency from libAnalysis to the Vector dialect
Browse files Browse the repository at this point in the history
Fixes tensorflow#138

PiperOrigin-RevId: 269509668
  • Loading branch information
joker-eph authored and tensorflower-gardener committed Sep 17, 2019
1 parent 476b779 commit 4cc85f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ add_llvm_library(MLIRAnalysis STATIC
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Analysis
)
add_dependencies(MLIRAnalysis MLIRAffineOps MLIRLoopOps)
target_link_libraries(MLIRAnalysis MLIRAffineOps MLIRLoopOps)
add_dependencies(MLIRAnalysis MLIRAffineOps MLIRLoopOps MLIRVectorOps)
target_link_libraries(MLIRAnalysis MLIRAffineOps MLIRLoopOps MLIRVectorOps)

0 comments on commit 4cc85f3

Please sign in to comment.