From 28890b7bab3d76f3f2f9d0331e2a4c58efc87ac2 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 9 Sep 2022 19:17:41 -0400 Subject: [PATCH] [gn build] port 1a608cfb5ca8 --- llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn index 553ec5e..e75e885 100644 --- a/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn +++ b/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn @@ -23,6 +23,8 @@ static_library("MacOSX") { "//lldb/source/Core", "//lldb/source/Host", "//lldb/source/Interpreter", + #"//lldb/source/Plugins/DynamicLoader/Darwin-Kernel", # Dependency cycle + "//lldb/source/Plugins/ObjectContainer/Mach-O-Fileset", "//lldb/source/Plugins/Platform/POSIX", "//lldb/source/Symbol", "//lldb/source/Target", -- 2.7.4