ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/88] CXX obj/lldb/source/Target/Target.UnixSignals.o [2/88] CXX obj/lldb/source/Target/Target.RemoteAwarePlatform.o [3/88] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerCommon.o [4/88] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunication.o [5/88] CXX obj/lldb/source/Target/Target.ThreadPlanCallUserExpression.o [6/88] CXX obj/lldb/source/Target/Target.TargetList.o [7/88] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerPlatform.o [8/88] CXX obj/lldb/source/Target/Target.Platform.o [9/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwinDevice.o [10/88] CXX obj/lldb/source/Plugins/Process/mach-core/mach-core.ProcessMachCore.o [11/88] CXX obj/lldb/source/Plugins/SymbolLocator/DebugSymbols/DebugSymbols.SymbolLocatorDebugSymbols.o [12/88] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationClient.o [13/88] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerLLGS.o [14/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformMacOSX.o [15/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleBridge.o [16/88] CXX obj/lldb/source/Plugins/Platform/Linux/Linux.PlatformLinux.o [17/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleTV.o [18/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleWatch.o [19/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwinKernel.o [20/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteAppleXR.o [21/88] CXX obj/lldb/source/Target/Target.Process.o [22/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwin.o [23/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteDarwinDevice.o [24/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteiOS.o [25/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteMacOSX.o [26/88] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformAppleSimulator.o [27/88] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangHost.o [28/88] CXX obj/lldb/source/Plugins/Platform/gdb-server/gdb-server.PlatformRemoteGDBServer.o [29/88] CXX obj/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/Darwin-Kernel.DynamicLoaderDarwinKernel.o [30/88] CXX obj/lldb/source/Plugins/Platform/POSIX/POSIX.PlatformPOSIX.o [31/88] CXX obj/lldb/source/Plugins/Platform/Windows/Windows.PlatformWindows.o [32/88] CXX obj/lldb/source/Host/common/Host.Host.o [33/88] CXX obj/lldb/source/Expression/Expression.LLVMUserExpression.o [34/88] CXX obj/lldb/source/Host/common/Host.HostInfoBase.o [35/88] CXX obj/lldb/source/Host/common/Host.HostNativeThreadBase.o [36/88] CXX obj/lldb/source/Expression/Expression.REPL.o [37/88] CXX obj/lldb/source/Host/posix/Host.HostInfoPosix.o [38/88] CXX obj/lldb/source/Host/common/Host.ProcessLaunchInfo.o [39/88] CXX obj/lldb/source/Host/posix/Host.PipePosix.o [40/88] CXX obj/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/MacOSX-DYLD.DynamicLoaderDarwin.o [41/88] CXX obj/lldb/source/Expression/Expression.UserExpression.o [42/88] CXX obj/lldb/source/Initialization/Initialization.SystemInitializerCommon.o [43/88] OBJCXX obj/lldb/source/Host/macosx/objcxx/objcxx.HostInfoMacOSX.o [44/88] OBJCXX obj/lldb/source/Host/macosx/objcxx/objcxx.Host.o ../../lldb/source/Host/macosx/objcxx/Host.mm:210:9: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] if (::mktemp(unix_socket_name) == NULL) { ^ ../../sysroot/MacOSX.sdk/usr/include/stdlib.h:210:1: note: 'mktemp' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead.") ^ ../../sysroot/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:416:24: warning: 'LSFindApplicationForInfo' is deprecated: first deprecated in macOS 10.10 - Use LSCopyApplicationURLsForBundleIdentifier instead. [-Wdeprecated-declarations] long app_error = ::LSFindApplicationForInfo( ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfoDeprecated.h:765:1: note: 'LSFindApplicationForInfo' has been explicitly marked deprecated here LSFindApplicationForInfo( ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:429:3: warning: 'LSApplicationParameters' is deprecated: first deprecated in macOS 10.10 - Use NSWorkspace instead. [-Wdeprecated-declarations] LSApplicationParameters app_params; ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSOpenDeprecated.h:153:3: note: 'LSApplicationParameters' has been explicitly marked deprecated here } LSApplicationParameters API_DEPRECATED("Use NSWorkspace instead.", macos(10.4,10.10) ) API_UNAVAILABLE( ios, tvos, watchos ); ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:441:13: warning: 'LSOpenURLsWithRole' is deprecated: first deprecated in macOS 10.10 - Use NSWorkspace instead. [-Wdeprecated-declarations] error = ::LSOpenURLsWithRole( ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSOpenDeprecated.h:283:1: note: 'LSOpenURLsWithRole' has been explicitly marked deprecated here LSOpenURLsWithRole( ^ 4 warnings generated. [45/88] AR lib/liblldbHostMacOSXObjCXX.a [46/88] AR lib/liblldbHost.a [47/88] CXX obj/lldb/source/Commands/Commands.CommandOptionsProcessLaunch.o [48/88] CXX obj/lldb/source/Commands/Commands.CommandOptionsProcessAttach.o [49/88] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangUserExpression.o [50/88] CXX obj/lldb/tools/lldb-server/lldb-server.SystemInitializerLLGS.o [51/88] CXX obj/lldb/tools/lldb-server/lldb-server.lldb-server.o [52/88] CXX obj/lldb/source/Core/Core.Module.o [53/88] CXX obj/lldb/source/Core/Core.PluginManager.o [54/88] CXX obj/lldb/source/Core/Core.Debugger.o [55/88] AR lib/liblldbCore.a [56/88] AR lib/liblldbCommands.a [57/88] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionParser.o [58/88] CXX obj/lldb/source/Interpreter/Interpreter.CommandInterpreter.o [59/88] AR lib/liblldbInterpreter.a [60/88] CXX obj/lldb/source/Expression/Expression.IRExecutionUnit.o [61/88] AR lib/liblldbExpression.a [62/88] AR lib/liblldbPluginSymbolLocatorDebugSymbols.a [63/88] AR lib/liblldbTarget.a [64/88] AR lib/liblldbPluginDynamicLoaderDarwinKernel.a [65/88] AR lib/liblldbPluginPlatformGDB.a [66/88] AR lib/liblldbPluginPlatformWindows.a [67/88] AR lib/liblldbPluginExpressionParserClang.a [68/88] AR lib/liblldbPluginPlatformPOSIX.a [69/88] AR lib/liblldbPluginDynamicLoaderMacOSXDYLD.a [70/88] AR lib/liblldbPluginPlatformLinux.a [71/88] AR lib/liblldbPluginProcessMachCore.a [72/88] AR lib/liblldbPluginPlatformMacOSX.a [73/88] AR lib/liblldbPluginProcessGDBRemote.a [74/88] STAMP obj/lldb/source/Plugins/LldbAllPlugins.stamp [75/88] AR lib/liblldbInitialization.a [76/88] CXX obj/lldb/source/API/liblldb.SBHostOS.o [77/88] CXX obj/lldb/tools/lldb-test/lldb-test.SystemInitializerTest.o [78/88] CXX obj/lldb/source/API/liblldb.SBInstruction.o [79/88] CXX obj/lldb/source/API/liblldb.SBDebugger.o [80/88] CXX obj/lldb/source/API/liblldb.SystemInitializerFull.o [81/88] AR lib/liblldb.a [82/88] LINK ./bin/lldb-server [83/88] LINK ./bin/lldb [84/88] LINK ./bin/lldb-dap [85/88] CXX obj/lldb/tools/lldb-test/lldb-test.lldb-test.o [86/88] LINK ./bin/lldb-test [87/88] STAMP obj/lldb/test/test.stamp [88/88] STAMP obj/default.stamp