Skip to content

Commit c28566c

Browse files
committed
[gn build] Port 8b600a3
1 parent ed25d1a commit c28566c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ target(liblldb_type, "liblldb") {
4040
include_dirs = [ ".." ]
4141
sources = [
4242
"SBAddress.cpp",
43-
"SBAddressRange.cpp",
44-
"SBAddressRangeList.cpp",
4543
"SBAttachInfo.cpp",
4644
"SBBlock.cpp",
4745
"SBBreakpoint.cpp",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ static_library("Core") {
4545
sources = [
4646
"Address.cpp",
4747
"AddressRange.cpp",
48-
"AddressRangeListImpl.cpp",
4948
"AddressResolver.cpp",
5049
"AddressResolverFileLine.cpp",
5150
"Communication.cpp",

0 commit comments

Comments
 (0)