Skip to content

Commit 7897191

Browse files
committed
[gn build] Port 9524bfb
1 parent 9524bfb commit 7897191

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static_library("Commands") {
5050
"CommandObjectPlatform.cpp",
5151
"CommandObjectPlugin.cpp",
5252
"CommandObjectProcess.cpp",
53+
"CommandObjectProtocolServer.cpp",
5354
"CommandObjectQuit.cpp",
5455
"CommandObjectRegexCommand.cpp",
5556
"CommandObjectRegister.cpp",

llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ static_library("Core") {
7474
"Opcode.cpp",
7575
"PluginManager.cpp",
7676
"Progress.cpp",
77+
"ProtocolServer.cpp",
7778
"RichManglingContext.cpp",
7879
"SearchFilter.cpp",
7980
"Section.cpp",

0 commit comments

Comments
 (0)