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", ] } _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits