Skip to content

Commit

Permalink
[gn] port 105d547 more
Browse files Browse the repository at this point in the history
Also, it's really b852fb1, not 105d547.
  • Loading branch information
nico authored and NoumanAmir657 committed Nov 4, 2024
1 parent 14d58b6 commit 6f7c538
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ static_library("X86") {
"//lldb/source/Core",
"//lldb/source/Symbol",
"//lldb/source/Target",
"//lldb/source/ValueObject",
"//llvm/lib/Support",
"//llvm/lib/TargetParser",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static_library("Clang") {
"//lldb/source/Symbol",
"//lldb/source/Target",
"//lldb/source/Utility",
"//lldb/source/ValueObject",
"//llvm/lib/ExecutionEngine",
"//llvm/lib/ExecutionEngine/MCJIT",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ static_library("CPlusPlus") {
"//lldb/source/Symbol",
"//lldb/source/Target",
"//lldb/source/Utility",
"//lldb/source/ValueObject",
"//llvm/lib/Support",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ static_library("ObjC") {
"//lldb/source/Symbol",
"//lldb/source/Target",
"//lldb/source/Utility",
"//lldb/source/ValueObject",

#"//lldb/source/Plugins/TypeSystem/Clang", # 3-hop dependency cycle.
"//llvm/lib/Support",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ static_library("ItaniumABI") {
"//lldb/source/Plugins/TypeSystem/Clang",
"//lldb/source/Symbol",
"//lldb/source/Target",
"//lldb/source/ValueObject",
]

# Reaches into Plugins/LanguageRuntime/CPlusPlus.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ static_library("AppleObjCRuntime") {
"//lldb/source/Symbol",
"//lldb/source/Target",
"//lldb/source/Utility",
"//lldb/source/ValueObject",

#"//lldb/source/Plugins/TypeSystem/Clang", # 4-hop dependency cycle.
"//llvm/lib/Support",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ static_library("POSIX") {
"//lldb/source/Plugins/Platform/gdb-server",
"//lldb/source/Plugins/TypeSystem/Clang",
"//lldb/source/Target",
"//lldb/source/ValueObject",
]

# Reaches into Plugins/TypeSystem/Clang.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ static_library("Utility") {

#"//lldb/source/Target", # Dependency cycle.
"//lldb/source/Utility",
"//lldb/source/ValueObject",
"//llvm/lib/Support",
"//llvm/lib/TargetParser",
]
Expand Down

0 comments on commit 6f7c538

Please sign in to comment.