[llvm] 580ba2e - [gn build] Port 6b048aeaf837

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 12:08:39 PST 2025


Author: LLVM GN Syncbot
Date: 2025-01-17T20:01:12Z
New Revision: 580ba2eed29a18c75727e1cad910b8cfb4cfca59

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

LOG: [gn build] Port 6b048aeaf837

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 fae0c22710b068..5e833cae6a4b14 100644
--- a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
@@ -84,6 +84,7 @@ target(liblldb_type, "liblldb") {
     "SBProcess.cpp",
     "SBProcessInfo.cpp",
     "SBProcessInfoList.cpp",
+    "SBProgress.cpp",
     "SBQueue.cpp",
     "SBQueueItem.cpp",
     "SBReproducer.cpp",


        


More information about the llvm-commits mailing list