[llvm] bc17de7 - [gn build] Port e69a3d18f48b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 17 13:32:25 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-17T21:32:04Z
New Revision: bc17de79eed43f64aafa6b953705ed5f185be8e1

URL: https://github.com/llvm/llvm-project/commit/bc17de79eed43f64aafa6b953705ed5f185be8e1
DIFF: https://github.com/llvm/llvm-project/commit/bc17de79eed43f64aafa6b953705ed5f185be8e1.diff

LOG: [gn build] Port e69a3d18f48b

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/BUILD.gn
index eff3e6a1e18a5..03d45bc41a1c9 100644
--- a/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/BUILD.gn
@@ -41,6 +41,7 @@ static_library("gdb-remote") {
     "GDBRemoteCommunicationServerLLGS.cpp",
     "GDBRemoteCommunicationServerPlatform.cpp",
     "GDBRemoteRegisterContext.cpp",
+    "GDBRemoteRegisterFallback.cpp",
     "ProcessGDBRemote.cpp",
     "ProcessGDBRemoteLog.cpp",
     "ThreadGDBRemote.cpp",


        


More information about the llvm-commits mailing list