[llvm] 24901ac - [gn build] Port 41c0ff1e740b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 17:35:20 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-05-03T00:35:04Z
New Revision: 24901ac6d061d0dfefe40516867647c58f7e6237

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

LOG: [gn build] Port 41c0ff1e740b

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn
index f4a3a0dbeae60..553ec5eef2274 100644
--- a/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn
@@ -34,6 +34,7 @@ static_library("MacOSX") {
   include_dirs = [ "//lldb/source" ]
   sources = [
     "PlatformDarwin.cpp",
+    "PlatformDarwinDevice.cpp",
     "PlatformDarwinKernel.cpp",
     "PlatformMacOSX.cpp",
     "PlatformRemoteAppleBridge.cpp",


        


More information about the llvm-commits mailing list