[bazel] Fix bazel build for 7f069f5ef4
This commit is contained in:
@@ -3691,8 +3691,12 @@ cc_library(
|
||||
srcs = glob([
|
||||
"lib/Debug/*.cpp",
|
||||
"lib/Debug/*.h",
|
||||
"lib/Debug/BreakpointManagers/*.cpp",
|
||||
]),
|
||||
hdrs = glob(["include/mlir/Debug/*.h"]),
|
||||
hdrs = glob([
|
||||
"include/mlir/Debug/*.h",
|
||||
"include/mlir/Debug/BreakpointManagers/*.h"
|
||||
]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":IR",
|
||||
|
||||
@@ -23,6 +23,7 @@ cc_test(
|
||||
"//llvm:TestingSupport",
|
||||
"//mlir:BreakpointManagers",
|
||||
"//mlir:Debug",
|
||||
"//mlir:IR",
|
||||
"//mlir:Support",
|
||||
"//third-party/unittest:gmock",
|
||||
"//third-party/unittest:gtest",
|
||||
|
||||
Reference in New Issue
Block a user