Skip to content

Commit cdedb6b

Browse files
committed
build-llvm.py: Update GOOD_REVISION to 81c5d468cf00d6e41112fba6c89d6c40013bcbda
This has been lightly qualified on an aarch64 and x86_64 host with the environment and configuration that I build the kernel.org toolchains with. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent f79493a commit cdedb6b

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
@@ -22,7 +22,7 @@
2222
BOOL_ARGS = {'action': 'store_true'}
2323

2424
# This is a known good revision of LLVM for building the kernel
25-
GOOD_REVISION = '3c0f7b184d265281dfcd4fab73348bc0e72c9902'
25+
GOOD_REVISION = '81c5d468cf00d6e41112fba6c89d6c40013bcbda'
2626

2727
# The version of the Linux kernel that the script downloads if necessary
2828
DEFAULT_KERNEL_FOR_PGO = (6, 18, 0)

0 commit comments

Comments
 (0)