From be09d8658987cdf2a9d221bb20f852ad9a503717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 29 Jun 2023 20:25:39 +0900 Subject: [PATCH] Use LLD linker when targeting Bionic (#88179) https://github.com/dotnet/runtime/issues/87340#issuecomment-1612561061 --- .../BuildIntegration/Microsoft.NETCore.Native.Unix.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index f88b9a2e0ac97..bb1b8c435a137 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -22,6 +22,7 @@ The .NET Foundation licenses this file to you under the MIT license. --flat <_SymbolPrefix Condition="'$(_IsApplePlatform)' == 'true'">_ lld + lld bfd