File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
llvm/utils/gn/secondary/lldb/source/Plugins Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ static_library("X86") {
5
5
" //lldb/source/Core" ,
6
6
" //lldb/source/Symbol" ,
7
7
" //lldb/source/Target" ,
8
+ " //lldb/source/ValueObject" ,
8
9
" //llvm/lib/Support" ,
9
10
" //llvm/lib/TargetParser" ,
10
11
]
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ static_library("Clang") {
27
27
" //lldb/source/Symbol" ,
28
28
" //lldb/source/Target" ,
29
29
" //lldb/source/Utility" ,
30
+ " //lldb/source/ValueObject" ,
30
31
" //llvm/lib/ExecutionEngine" ,
31
32
" //llvm/lib/ExecutionEngine/MCJIT" ,
32
33
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ static_library("CPlusPlus") {
14
14
" //lldb/source/Symbol" ,
15
15
" //lldb/source/Target" ,
16
16
" //lldb/source/Utility" ,
17
+ " //lldb/source/ValueObject" ,
17
18
" //llvm/lib/Support" ,
18
19
]
19
20
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ static_library("ObjC") {
15
15
" //lldb/source/Symbol" ,
16
16
" //lldb/source/Target" ,
17
17
" //lldb/source/Utility" ,
18
+ " //lldb/source/ValueObject" ,
18
19
19
20
# "//lldb/source/Plugins/TypeSystem/Clang", # 3-hop dependency cycle.
20
21
" //llvm/lib/Support" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ static_library("ItaniumABI") {
12
12
" //lldb/source/Plugins/TypeSystem/Clang" ,
13
13
" //lldb/source/Symbol" ,
14
14
" //lldb/source/Target" ,
15
+ " //lldb/source/ValueObject" ,
15
16
]
16
17
17
18
# Reaches into Plugins/LanguageRuntime/CPlusPlus.
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ static_library("AppleObjCRuntime") {
16
16
" //lldb/source/Symbol" ,
17
17
" //lldb/source/Target" ,
18
18
" //lldb/source/Utility" ,
19
+ " //lldb/source/ValueObject" ,
19
20
20
21
# "//lldb/source/Plugins/TypeSystem/Clang", # 4-hop dependency cycle.
21
22
" //llvm/lib/Support" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ static_library("POSIX") {
12
12
" //lldb/source/Plugins/Platform/gdb-server" ,
13
13
" //lldb/source/Plugins/TypeSystem/Clang" ,
14
14
" //lldb/source/Target" ,
15
+ " //lldb/source/ValueObject" ,
15
16
]
16
17
17
18
# Reaches into Plugins/TypeSystem/Clang.
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ static_library("Utility") {
11
11
12
12
# "//lldb/source/Target", # Dependency cycle.
13
13
" //lldb/source/Utility" ,
14
+ " //lldb/source/ValueObject" ,
14
15
" //llvm/lib/Support" ,
15
16
" //llvm/lib/TargetParser" ,
16
17
]
You can’t perform that action at this time.
0 commit comments