[llvm] 15e2e34 - [gn build] port 30578c08568bc
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 07:48:58 PDT 2022
Author: Nico Weber
Date: 2022-09-13T10:48:48-04:00
New Revision: 15e2e340978b51a78e90f28ebc903914eee33f60
URL: https://github.com/llvm/llvm-project/commit/15e2e340978b51a78e90f28ebc903914eee33f60
DIFF: https://github.com/llvm/llvm-project/commit/15e2e340978b51a78e90f28ebc903914eee33f60.diff
LOG: [gn build] port 30578c08568bc
Added:
Modified:
llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/BUILD.gn
llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/BUILD.gn
index 76fd9127882c1..e7c8a24e1f18c 100644
--- a/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/BUILD.gn
@@ -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",
]
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 e75e885917c7d..a25cb5140e9b0 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,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",
More information about the llvm-commits
mailing list