[llvm] 7897191 - [gn build] Port 9524bfb27020
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 20 08:50:07 PDT 2025
Author: LLVM GN Syncbot
Date: 2025-06-20T15:48:30Z
New Revision: 78971916da04895838ff043f4fc71760dcca5bac
URL: https://github.com/llvm/llvm-project/commit/78971916da04895838ff043f4fc71760dcca5bac
DIFF: https://github.com/llvm/llvm-project/commit/78971916da04895838ff043f4fc71760dcca5bac.diff
LOG: [gn build] Port 9524bfb27020
Added:
Modified:
llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn
llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn
index 1fc119c072448..f924389770459 100644
--- a/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn
@@ -50,6 +50,7 @@ static_library("Commands") {
"CommandObjectPlatform.cpp",
"CommandObjectPlugin.cpp",
"CommandObjectProcess.cpp",
+ "CommandObjectProtocolServer.cpp",
"CommandObjectQuit.cpp",
"CommandObjectRegexCommand.cpp",
"CommandObjectRegister.cpp",
diff --git a/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
index 36d6f270d7e59..5ae699a33ea4b 100644
--- a/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
@@ -74,6 +74,7 @@ static_library("Core") {
"Opcode.cpp",
"PluginManager.cpp",
"Progress.cpp",
+ "ProtocolServer.cpp",
"RichManglingContext.cpp",
"SearchFilter.cpp",
"Section.cpp",
More information about the llvm-commits
mailing list