We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed25d1a commit c28566cCopy full SHA for c28566c
llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
@@ -40,8 +40,6 @@ target(liblldb_type, "liblldb") {
40
include_dirs = [ ".." ]
41
sources = [
42
"SBAddress.cpp",
43
- "SBAddressRange.cpp",
44
- "SBAddressRangeList.cpp",
45
"SBAttachInfo.cpp",
46
"SBBlock.cpp",
47
"SBBreakpoint.cpp",
llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
@@ -45,7 +45,6 @@ static_library("Core") {
"Address.cpp",
"AddressRange.cpp",
48
- "AddressRangeListImpl.cpp",
49
"AddressResolver.cpp",
50
"AddressResolverFileLine.cpp",
51
"Communication.cpp",
0 commit comments