[llvm] 35a0089 - [gn build] Port 57c66b35a885

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 09:42:07 PST 2024


Author: LLVM GN Syncbot
Date: 2024-01-31T17:41:16Z
New Revision: 35a008994a8d583a33cbea03f79555a2d041b20d

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

LOG: [gn build] Port 57c66b35a885

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn
index a9d94dcbf3195..354aa6db95c34 100644
--- a/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn
@@ -34,6 +34,7 @@ static_library("Breakpoint") {
     "StoppointCallbackContext.cpp",
     "StoppointSite.cpp",
     "Watchpoint.cpp",
+    "WatchpointAlgorithms.cpp",
     "WatchpointList.cpp",
     "WatchpointOptions.cpp",
     "WatchpointResource.cpp",


        


More information about the llvm-commits mailing list