Skip to content

Commit 94c937d

Browse files
committed
[bazel] fix lldb deps some more
1 parent ca39a02 commit 94c937d

File tree

1 file changed

+4
-1
lines changed
  • utils/bazel/llvm-project-overlay/lldb/source/Plugins

1 file changed

+4
-1
lines changed

utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ cc_library(
753753
"//lldb:Core",
754754
"//lldb:Expression",
755755
"//lldb:Headers",
756+
"//lldb:Symbol",
757+
"//lldb:SymbolHeaders",
756758
"//lldb:Target",
757759
"//lldb:TargetHeaders",
758760
],
@@ -1678,6 +1680,7 @@ cc_library(
16781680
"//lldb:Breakpoint",
16791681
"//lldb:Core",
16801682
"//lldb:Expression",
1683+
"//lldb:Headers",
16811684
"//lldb:Symbol",
16821685
"//lldb:Target",
16831686
"//lldb:TargetHeaders",
@@ -2163,8 +2166,8 @@ cc_library(
21632166
hdrs = glob(["Process/scripted/*.h"]),
21642167
includes = [".."],
21652168
deps = [
2166-
":PluginProcessUtility",
21672169
":PluginObjectFilePlaceholder",
2170+
":PluginProcessUtility",
21682171
"//lldb:Core",
21692172
"//lldb:Host",
21702173
"//lldb:InterpreterHeaders",

0 commit comments

Comments
 (0)