Skip to content

Commit 06157a6

Browse files
committed
[gn build] Port b0af8a1
1 parent b0af8a1 commit 06157a6

File tree

1 file changed

+1
-3
lines changed
  • llvm/utils/gn/secondary/lldb/source/Breakpoint

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@ static_library("Breakpoint") {
2929
"BreakpointResolverName.cpp",
3030
"BreakpointResolverScripted.cpp",
3131
"BreakpointSite.cpp",
32-
"StopPointSiteList.cpp",
32+
"BreakpointSiteList.cpp",
3333
"Stoppoint.cpp",
3434
"StoppointCallbackContext.cpp",
3535
"StoppointSite.cpp",
3636
"Watchpoint.cpp",
3737
"WatchpointList.cpp",
3838
"WatchpointOptions.cpp",
39-
"WatchpointResource.cpp",
40-
"WatchpointResourceList.cpp",
4139
]
4240
}

0 commit comments

Comments
 (0)