From 8f489def08827a36a34705d9f3596075d1272e0a Mon Sep 17 00:00:00 2001
From: Adeel <3840695+am11@users.noreply.github.com>
Date: Fri, 13 Jan 2023 16:28:48 +0200
Subject: [PATCH 1/2] Add support for llvm linker (lld)
---
.../Microsoft.NETCore.Native.Unix.targets | 8 ++++++++
.../BuildIntegration/Microsoft.NETCore.Native.targets | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets
index b55c7bd92a693..2b9dfbad4f4da 100644
--- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets
+++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets
@@ -88,6 +88,7 @@ The .NET Foundation licenses this file to you under the MIT license.
+
@@ -183,5 +184,12 @@ The .NET Foundation licenses this file to you under the MIT license.
$(DsymUtilOptions) --minimize
+
+
+
+
+
+
diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets
index fe12a04fe1f2e..2e134e663a493 100755
--- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets
+++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets
@@ -330,7 +330,7 @@ The .NET Foundation licenses this file to you under the MIT license.
-
+
From d75f2e2e719f26aa9fd51f0b499b06d5f6a738cb Mon Sep 17 00:00:00 2001
From: Adeel Mujahid <3840695+am11@users.noreply.github.com>
Date: Sat, 14 Jan 2023 09:43:52 +0200
Subject: [PATCH 2/2] Delete custom error handling
---
.../BuildIntegration/Microsoft.NETCore.Native.Unix.targets | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets
index 2b9dfbad4f4da..3edc4be7ea3db 100644
--- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets
+++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets
@@ -184,12 +184,5 @@ The .NET Foundation licenses this file to you under the MIT license.
$(DsymUtilOptions) --minimize
-
-
-
-
-
-