[llvm] 79c7342 - [gn build] Port 42944e460082

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 09:37:58 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-05-28T16:31:25Z
New Revision: 79c7342f49f1ed7aa971e7857954b45906154943

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

LOG: [gn build] Port 42944e460082

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 c99c1b5483355..f0bf6a8f3dbaf 100644
--- a/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn
@@ -40,6 +40,8 @@ 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 30a9fb3ecceaa..0c9632a0a1915 100644
--- a/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
@@ -45,6 +45,7 @@ static_library("Core") {
   sources = [
     "Address.cpp",
     "AddressRange.cpp",
+    "AddressRangeListImpl.cpp",
     "AddressResolver.cpp",
     "AddressResolverFileLine.cpp",
     "Communication.cpp",


        


More information about the llvm-commits mailing list