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") {
55 " //lldb/source/Core" ,
66 " //lldb/source/Symbol" ,
77 " //lldb/source/Target" ,
8+ " //lldb/source/ValueObject" ,
89 " //llvm/lib/Support" ,
910 " //llvm/lib/TargetParser" ,
1011 ]
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ static_library("Clang") {
2727 " //lldb/source/Symbol" ,
2828 " //lldb/source/Target" ,
2929 " //lldb/source/Utility" ,
30+ " //lldb/source/ValueObject" ,
3031 " //llvm/lib/ExecutionEngine" ,
3132 " //llvm/lib/ExecutionEngine/MCJIT" ,
3233
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ static_library("CPlusPlus") {
1414 " //lldb/source/Symbol" ,
1515 " //lldb/source/Target" ,
1616 " //lldb/source/Utility" ,
17+ " //lldb/source/ValueObject" ,
1718 " //llvm/lib/Support" ,
1819 ]
1920
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ static_library("ObjC") {
1515 " //lldb/source/Symbol" ,
1616 " //lldb/source/Target" ,
1717 " //lldb/source/Utility" ,
18+ " //lldb/source/ValueObject" ,
1819
1920 # "//lldb/source/Plugins/TypeSystem/Clang", # 3-hop dependency cycle.
2021 " //llvm/lib/Support" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ static_library("ItaniumABI") {
1212 " //lldb/source/Plugins/TypeSystem/Clang" ,
1313 " //lldb/source/Symbol" ,
1414 " //lldb/source/Target" ,
15+ " //lldb/source/ValueObject" ,
1516 ]
1617
1718 # Reaches into Plugins/LanguageRuntime/CPlusPlus.
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ static_library("AppleObjCRuntime") {
1616 " //lldb/source/Symbol" ,
1717 " //lldb/source/Target" ,
1818 " //lldb/source/Utility" ,
19+ " //lldb/source/ValueObject" ,
1920
2021 # "//lldb/source/Plugins/TypeSystem/Clang", # 4-hop dependency cycle.
2122 " //llvm/lib/Support" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ static_library("POSIX") {
1212 " //lldb/source/Plugins/Platform/gdb-server" ,
1313 " //lldb/source/Plugins/TypeSystem/Clang" ,
1414 " //lldb/source/Target" ,
15+ " //lldb/source/ValueObject" ,
1516 ]
1617
1718 # Reaches into Plugins/TypeSystem/Clang.
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ static_library("Utility") {
1111
1212 # "//lldb/source/Target", # Dependency cycle.
1313 " //lldb/source/Utility" ,
14+ " //lldb/source/ValueObject" ,
1415 " //llvm/lib/Support" ,
1516 " //llvm/lib/TargetParser" ,
1617 ]
You can’t perform that action at this time.
0 commit comments