Skip to content

Commit c77fe58

Browse files
authored
[bazel] update bazel build for PluginScriptedProcess (#170364)
Adding the following dependencies to PluginScriptedProcess: - "//lldb:CoreHeaders", - "//lldb:SymbolHeaders", - "//llvm:Support", For c50802c
1 parent c910d82 commit c77fe58

File tree

1 file changed

+3
-0
lines changed
  • utils/bazel/llvm-project-overlay/lldb/source/Plugins

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,11 +2143,14 @@ cc_library(
21432143
":PluginObjectFilePlaceholder",
21442144
":PluginProcessUtility",
21452145
"//lldb:Core",
2146+
"//lldb:CoreHeaders",
21462147
"//lldb:Host",
21472148
"//lldb:InterpreterHeaders",
2149+
"//lldb:SymbolHeaders",
21482150
"//lldb:Target",
21492151
"//lldb:TargetHeaders",
21502152
"//lldb:Utility",
2153+
"//llvm:Support",
21512154
],
21522155
)
21532156

0 commit comments

Comments
 (0)