forked from OSchip/llvm-project
[gn build] port 30578c0856
This commit is contained in:
parent
993b203b6a
commit
15e2e34097
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue