From d57e2f12d4798b9367626dca29ed80cf4587d184 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Wed, 25 Jan 2023 21:37:51 +0100 Subject: [PATCH] Bump LLVM to version 15.0.7 Changes: https://discourse.llvm.org/t/llvm-15-0-4-released/66337 Changes: https://discourse.llvm.org/t/llvm-15-0-5-release/66616 Changes: https://discourse.llvm.org/t/llvm-15-0-6-released/66899 Changes: https://discourse.llvm.org/t/llvm-15-0-7-release/67638 This might be the last release in the LLVM 15 series. Additionally, the `ldd` wrapper scripts now pass the `--no-relax` argument to the linker. This argument is required by MonoVM's AOT compiler. --- build-tools/xaprepare/xaprepare/ConfigAndData/Configurables.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/xaprepare/xaprepare/ConfigAndData/Configurables.cs b/build-tools/xaprepare/xaprepare/ConfigAndData/Configurables.cs index 12ca364969b..1ada940a77f 100644 --- a/build-tools/xaprepare/xaprepare/ConfigAndData/Configurables.cs +++ b/build-tools/xaprepare/xaprepare/ConfigAndData/Configurables.cs @@ -15,7 +15,7 @@ namespace Xamarin.Android.Prepare // partial class Configurables { - const string BinutilsVersion = "L_15.0.3-5.0.2"; + const string BinutilsVersion = "L_15.0.7-5.0.3"; const string MicrosoftOpenJDK11Version = "11.0.16"; const string MicrosoftOpenJDK11Release = "8.1";