[llvm] b91f978 - [gn build] Port 50949ebf523c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 08:21:47 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-03-31T15:20:59Z
New Revision: b91f978647c1468ae3dd469971a8185c0b788830

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

LOG: [gn build] Port 50949ebf523c

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 5e833cae6a4b1..cf6e3515d0c09 100644
--- a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
@@ -80,6 +80,7 @@ target(liblldb_type, "liblldb") {
     "SBMemoryRegionInfoList.cpp",
     "SBModule.cpp",
     "SBModuleSpec.cpp",
+    "SBMutex.cpp",
     "SBPlatform.cpp",
     "SBProcess.cpp",
     "SBProcessInfo.cpp",


        


More information about the llvm-commits mailing list