aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2024-05-30 13:05:04 +0000
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2024-05-30 13:05:04 +0000
commitc28566cb892dc5ea778edee507278d7c4a90c876 (patch)
treec44fe6df8b07ade53323b558b8a41484c80e5c55
parented25d1a82e51595b6fdfc3d187352ed823f80491 (diff)
downloadllvm-c28566cb892dc5ea778edee507278d7c4a90c876.zip
llvm-c28566cb892dc5ea778edee507278d7c4a90c876.tar.gz
llvm-c28566cb892dc5ea778edee507278d7c4a90c876.tar.bz2
[gn build] Port 8b600a37325b
-rw-r--r--llvm/utils/gn/secondary/lldb/source/API/BUILD.gn2
-rw-r--r--llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn1
2 files changed, 0 insertions, 3 deletions
diff --git a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
index f0bf6a8..c99c1b5 100644
--- a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
@@ -40,8 +40,6 @@ target(liblldb_type, "liblldb") {
include_dirs = [ ".." ]
sources = [
"SBAddress.cpp",
- "SBAddressRange.cpp",
- "SBAddressRangeList.cpp",
"SBAttachInfo.cpp",
"SBBlock.cpp",
"SBBreakpoint.cpp",
diff --git a/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
index 0c9632a..30a9fb3 100644
--- a/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
@@ -45,7 +45,6 @@ static_library("Core") {
sources = [
"Address.cpp",
"AddressRange.cpp",
- "AddressRangeListImpl.cpp",
"AddressResolver.cpp",
"AddressResolverFileLine.cpp",
"Communication.cpp",