From 75c3c900b78fdbfebbddd9d2dd15b4269fa1b6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Wed, 15 May 2024 20:28:39 +0200 Subject: [PATCH] Remove IgnoreExitCode from lld version check Subset of #102000. --- .../BuildIntegration/Microsoft.NETCore.Native.Unix.targets | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index 901b75929852e1..d3dc85e04f82e4 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -285,12 +285,11 @@ The .NET Foundation licenses this file to you under the MIT license. - - + - + <_LinkerVersion>$([System.Text.RegularExpressions.Regex]::Match($(_LinkerVersionString), '[1-9]\d*'))