[llvm] e55190c - [gn build] Port 3014a1c5a130

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 19:34:10 PST 2023


Author: LLVM GN Syncbot
Date: 2023-03-04T03:33:20Z
New Revision: e55190cb53d41edf4018dab2b6763138355a5a44

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

LOG: [gn build] Port 3014a1c5a130

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Commands/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 256fba3ca38c..f19f94899dd7 100644
--- a/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn
@@ -66,6 +66,7 @@ static_library("Commands") {
     "CommandObjectWatchpoint.cpp",
     "CommandObjectWatchpointCommand.cpp",
     "CommandOptionArgumentTable.cpp",
+    "CommandOptionsProcessAttach.cpp",
     "CommandOptionsProcessLaunch.cpp",
   ]
 }


        


More information about the llvm-commits mailing list