[llvm] 4b7a08f - [gn build] Port 3692267ca8f9

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 19:18:08 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-09-19T02:17:16Z
New Revision: 4b7a08f0f8e23999ee79154f4f241790f51a044b

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

LOG: [gn build] Port 3692267ca8f9

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 394071aba653b67..c1e46fd4ad6a389 100644
--- a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
@@ -109,6 +109,7 @@ target(liblldb_type, "liblldb") {
     "SBValueList.cpp",
     "SBVariablesOptions.cpp",
     "SBWatchpoint.cpp",
+    "SBWatchpointOptions.cpp",
     "SystemInitializerFull.cpp",
   ]
 


        


More information about the llvm-commits mailing list