When writing
5f2b0892d "[bazel][mlir] BreakpointManager fixes for 7f069f5",
I did not notice that
17c6de3f1 "[bazel] Fix bazel build for
7f069f5ef.."
had added Debug/BreakpointManagers globs to the Debug target. But these
are already being built in the "BreakpointManagers" target; remove them
from "Debug".
srcs = glob([
"lib/Debug/*.cpp",
"lib/Debug/*.h",
- "lib/Debug/BreakpointManagers/*.cpp",
]),
hdrs = glob([
"include/mlir/Debug/*.h",
- "include/mlir/Debug/BreakpointManagers/*.h"
]),
includes = ["include"],
deps = [