Skip to content

Commit 727dd6f

Browse files
committed
build-llvm.py: Update GOOD_REVISION to d5802c30ae6cf296489daf12b36582e9e1d658bb
This has been lightly qualified on an aarch64 and x86_64 host. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 7bdfead commit 727dd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-llvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from tc_build.tools import HostTools, StageTools
1515

1616
# This is a known good revision of LLVM for building the kernel
17-
GOOD_REVISION = 'ed022d93b2fbfe52b7bdee786aa5cc49fa2323c4'
17+
GOOD_REVISION = 'd5802c30ae6cf296489daf12b36582e9e1d658bb'
1818

1919
# The version of the Linux kernel that the script downloads if necessary
2020
DEFAULT_KERNEL_FOR_PGO = (6, 15, 0)

0 commit comments

Comments
 (0)