From 45950f6e27efaba0aa5ab67d5ea7d6df5e8edc5f Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Wed, 24 Jan 2024 23:19:01 +0000 Subject: [PATCH] [gn build] Port bddeef54cb66 --- llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn index 84163e47b2b6c8..a9d94dcbf31959 100644 --- a/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn +++ b/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn @@ -37,6 +37,5 @@ static_library("Breakpoint") { "WatchpointList.cpp", "WatchpointOptions.cpp", "WatchpointResource.cpp", - "WatchpointResourceList.cpp", ] }