Skip to content

Commit 79c7342

Browse files
committed
[gn build] Port 42944e4
1 parent 42944e4 commit 79c7342

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ static_library("Core") {
4545
sources = [
4646
"Address.cpp",
4747
"AddressRange.cpp",
48+
"AddressRangeListImpl.cpp",
4849
"AddressResolver.cpp",
4950
"AddressResolverFileLine.cpp",
5051
"Communication.cpp",

0 commit comments

Comments
 (0)