[llvm] f3c477a - [gn build] Port 8f378ff7a0a3

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 10:44:59 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-10-06T17:44:03Z
New Revision: f3c477aeb3c4aa475a5b241728972d0039b30472

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

LOG: [gn build] Port 8f378ff7a0a3

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/API/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
index c1e46fd4ad6a389..a1233f022c6eb31 100644
--- a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
@@ -78,6 +78,7 @@ target(liblldb_type, "liblldb") {
     "SBPlatform.cpp",
     "SBProcess.cpp",
     "SBProcessInfo.cpp",
+    "SBProcessInfoList.cpp",
     "SBQueue.cpp",
     "SBQueueItem.cpp",
     "SBReproducer.cpp",


        


More information about the llvm-commits mailing list