Skip to content

Commit 93ee9d1

Browse files
committed
[gn] port 105d547 more
Also, it's really b852fb1, not 105d547.
1 parent 5827334 commit 93ee9d1

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

llvm/utils/gn/secondary/lldb/source/Plugins/ABI/X86/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]

llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

llvm/utils/gn/secondary/lldb/source/Plugins/Language/ObjC/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

llvm/utils/gn/secondary/lldb/source/Plugins/Platform/POSIX/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)