From 24901ac6d061d0dfefe40516867647c58f7e6237 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 3 May 2022 00:35:04 +0000 Subject: [PATCH] [gn build] Port 41c0ff1e740b --- llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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 f4a3a0d..553ec5e 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", -- 2.7.4