Commit 345acac8 authored by Markus Böck's avatar Markus Böck
Browse files

[mlir] Fix shared libs build after 138df298

Despite the dialect depending on the interface it previously got away with not linking against it.
138df298 changed this causing build failures.
parent 3e139be2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ add_mlir_dialect_library(MLIRMLProgramDialect

  LINK_LIBS PUBLIC
  MLIRDialect
  MLIRControlFlowInterfaces
  MLIRInferTypeOpInterface
  MLIRIR
  )