[gn build] port 30578c08568bc
authorNico Weber <thakis@chromium.org>
Tue, 13 Sep 2022 14:48:33 +0000 (10:48 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 13 Sep 2022 14:48:48 +0000 (10:48 -0400)
llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/BUILD.gn
llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn

index 76fd912..e7c8a24 100644 (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",
   ]
 
index e75e885..a25cb51 100644 (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",