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(
753
753
"//lldb:Core" ,
754
754
"//lldb:Expression" ,
755
755
"//lldb:Headers" ,
756
+ "//lldb:Symbol" ,
757
+ "//lldb:SymbolHeaders" ,
756
758
"//lldb:Target" ,
757
759
"//lldb:TargetHeaders" ,
758
760
],
@@ -1678,6 +1680,7 @@ cc_library(
1678
1680
"//lldb:Breakpoint" ,
1679
1681
"//lldb:Core" ,
1680
1682
"//lldb:Expression" ,
1683
+ "//lldb:Headers" ,
1681
1684
"//lldb:Symbol" ,
1682
1685
"//lldb:Target" ,
1683
1686
"//lldb:TargetHeaders" ,
@@ -2163,8 +2166,8 @@ cc_library(
2163
2166
hdrs = glob (["Process/scripted/*.h" ]),
2164
2167
includes = [".." ],
2165
2168
deps = [
2166
- ":PluginProcessUtility" ,
2167
2169
":PluginObjectFilePlaceholder" ,
2170
+ ":PluginProcessUtility" ,
2168
2171
"//lldb:Core" ,
2169
2172
"//lldb:Host" ,
2170
2173
"//lldb:InterpreterHeaders" ,
You can’t perform that action at this time.
0 commit comments