File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
utils/bazel/llvm-project-overlay/lldb/source/Plugins Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments