diff --git a/eng/testing/tests.singlefile.targets b/eng/testing/tests.singlefile.targets index 5fb0e1bd643ea..232114834721a 100644 --- a/eng/testing/tests.singlefile.targets +++ b/eng/testing/tests.singlefile.targets @@ -29,7 +29,6 @@ $(CoreCLRAotSdkDir) $(NetCoreAppCurrentTestHostSharedFrameworkPath) $(NetCoreAppCurrentTestHostSharedFrameworkPath) - lld $(NoWarn);IL1005;IL2105;IL3000;IL3001;IL3002;IL3003 partial true diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index bb457c8c166bc..558a37784fb11 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -22,7 +22,6 @@ The .NET Foundation licenses this file to you under the MIT license. --flat <_SymbolPrefix Condition="'$(_IsApplePlatform)' == 'true'">_ lld - bfd @@ -104,7 +103,6 @@ The .NET Foundation licenses this file to you under the MIT license. - @@ -180,11 +178,21 @@ The .NET Foundation licenses this file to you under the MIT license. - + + + lld + bfd + + + + + + <_LinkerVersion>$([System.Text.RegularExpressions.Regex]::Match($(_LinkerVersionString), '[1-9]\d*')) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index 2ead5803e5cea..0d5451a5b1f1f 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -321,7 +321,7 @@ The .NET Foundation licenses this file to you under the MIT license. - + @@ -340,7 +340,7 @@ The .NET Foundation licenses this file to you under the MIT license. - + diff --git a/src/coreclr/tools/aot/crossgen2/crossgen2.csproj b/src/coreclr/tools/aot/crossgen2/crossgen2.csproj index e19cbbeae9f6e..a18ff70964a1d 100644 --- a/src/coreclr/tools/aot/crossgen2/crossgen2.csproj +++ b/src/coreclr/tools/aot/crossgen2/crossgen2.csproj @@ -88,11 +88,6 @@ - - clang - lld - - $(MicrosoftNetCoreAppRuntimePackNativeDir) $(OutputRID) - lld $(ROOTFS_DIR) true true