Skip to content

Commit 8b66e9c

Browse files
committed
update bazel build for PluginScriptedProcess
1 parent 7e29448 commit 8b66e9c

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
@@ -2142,11 +2142,14 @@ cc_library(
21422142
":PluginObjectFilePlaceholder",
21432143
":PluginProcessUtility",
21442144
"//lldb:Core",
2145+
"//lldb:CoreHeaders",
21452146
"//lldb:Host",
21462147
"//lldb:InterpreterHeaders",
2148+
"//lldb:SymbolHeaders",
21472149
"//lldb:Target",
21482150
"//lldb:TargetHeaders",
21492151
"//lldb:Utility",
2152+
"//llvm:Support",
21502153
],
21512154
)
21522155

0 commit comments

Comments
 (0)