[llvm] 06157a6 - [gn build] Port b0af8a1ede89

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 01:48:19 PST 2023


Author: LLVM GN Syncbot
Date: 2023-11-28T09:47:52Z
New Revision: 06157a6d865e1f65362144aa9c3f44f34f241267

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

LOG: [gn build] Port b0af8a1ede89

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