[llvm] c28566c - [gn build] Port 8b600a37325b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 06:19:11 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-05-30T13:05:04Z
New Revision: c28566cb892dc5ea778edee507278d7c4a90c876

URL: https://github.com/llvm/llvm-project/commit/c28566cb892dc5ea778edee507278d7c4a90c876
DIFF: https://github.com/llvm/llvm-project/commit/c28566cb892dc5ea778edee507278d7c4a90c876.diff

LOG: [gn build] Port 8b600a37325b

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
    llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
index f0bf6a8f3dbaf..c99c1b5483355 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 0c9632a0a1915..30a9fb3ecceaa 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",


        


More information about the llvm-commits mailing list