[bazel][mlir] BreakpointManager fixes for 7f069f5ef4

This commit is contained in:
Emilio Cota
2023-04-24 18:00:35 -04:00
parent 23df67bdee
commit 5f2b0892d5

View File

@@ -7190,6 +7190,7 @@ cc_library(
hdrs = ["include/mlir/Tools/mlir-opt/MlirOptMain.h"],
includes = ["include"],
deps = [
":BreakpointManagers",
":BytecodeReader",
":BytecodeWriter",
":Debug",