[llvm] d29d4cb - [gn build] Port d9ec4b24a84a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 18:11:39 PST 2023


Author: LLVM GN Syncbot
Date: 2023-11-14T02:10:41Z
New Revision: d29d4cb4ab085520dafaf12111960c49d910507d

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

LOG: [gn build] Port d9ec4b24a84a

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 a1233f022c6eb31..22eedc1571d4f5c 100644
--- a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
@@ -62,6 +62,7 @@ target(liblldb_type, "liblldb") {
     "SBFile.cpp",
     "SBFileSpec.cpp",
     "SBFileSpecList.cpp",
+    "SBFormat.cpp",
     "SBFrame.cpp",
     "SBFunction.cpp",
     "SBHostOS.cpp",


        


More information about the llvm-commits mailing list