From 26f89ee86ca26fb3bc6c1ca5b95cafb3a6e28934 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 30 Sep 2024 04:03:46 -0700 Subject: [PATCH] build-llvm.py: Update GOOD_REVISION to 2ab9233f4f393c240c37ef092de09d907fe5c890 This has been qualified on aarch64 and x86_64 hosts using my llvm-kernel-testing repository. Signed-off-by: Nathan Chancellor --- build-llvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-llvm.py b/build-llvm.py index 8528914c..84c1eb6f 100755 --- a/build-llvm.py +++ b/build-llvm.py @@ -14,7 +14,7 @@ from tc_build.tools import HostTools, StageTools # This is a known good revision of LLVM for building the kernel -GOOD_REVISION = '15397583e3d85eb1f1a051de26eb409aaedd3b54' +GOOD_REVISION = '2ab9233f4f393c240c37ef092de09d907fe5c890' # The version of the Linux kernel that the script downloads if necessary DEFAULT_KERNEL_FOR_PGO = (6, 11, 0)