[gn build] port 30578c0856

This commit is contained in:
Nico Weber 2022-09-13 10:48:33 -04:00
parent 993b203b6a
commit 15e2e34097
2 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ static_library("Darwin-Kernel") {
"//lldb/source/Core",
"//lldb/source/Host",
"//lldb/source/Interpreter",
"//lldb/source/Plugins/Platform/MacOSX",
"//lldb/source/Symbol",
"//lldb/source/Target",
"//lldb/source/Utility",
# "//lldb/source/Plugins/Platform/MacOSX", # Dependency cycle
"//llvm/lib/Support",
]

View File

@ -23,7 +23,7 @@ static_library("MacOSX") {
"//lldb/source/Core",
"//lldb/source/Host",
"//lldb/source/Interpreter",
#"//lldb/source/Plugins/DynamicLoader/Darwin-Kernel", # Dependency cycle
"//lldb/source/Plugins/DynamicLoader/Darwin-Kernel",
"//lldb/source/Plugins/ObjectContainer/Mach-O-Fileset",
"//lldb/source/Plugins/Platform/POSIX",
"//lldb/source/Symbol",