[llvm] 295bd6f - [gn build] Port fc6b72523f3d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 16:00:45 PST 2023


Author: LLVM GN Syncbot
Date: 2023-11-27T23:53:35Z
New Revision: 295bd6fc4b91fec9eea5456cafb97c14c45107bb

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

LOG: [gn build] Port fc6b72523f3d

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 b8a06582e9856f5..84163e47b2b6c86 100644
--- a/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn
@@ -29,12 +29,14 @@ static_library("Breakpoint") {
     "BreakpointResolverName.cpp",
     "BreakpointResolverScripted.cpp",
     "BreakpointSite.cpp",
-    "BreakpointSiteList.cpp",
+    "StopPointSiteList.cpp",
     "Stoppoint.cpp",
     "StoppointCallbackContext.cpp",
     "StoppointSite.cpp",
     "Watchpoint.cpp",
     "WatchpointList.cpp",
     "WatchpointOptions.cpp",
+    "WatchpointResource.cpp",
+    "WatchpointResourceList.cpp",
   ]
 }


        


More information about the llvm-commits mailing list