Skip to content

Commit

Permalink
build-llvm.py: Update GOOD_REVISION to a828cda9c80282a77b579f8fc9dc17…
Browse files Browse the repository at this point in the history
…a310173af4

This has been qualified on aarch64 and x86_64 hosts using my
llvm-kernel-testing repository.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jan 10, 2024
1 parent 009c9da commit 6e0d29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '0f8615f4dc568f4d7cbf73580eef3e78f64f3bd0'
GOOD_REVISION = 'a828cda9c80282a77b579f8fc9dc17a310173af4'

# The version of the Linux kernel that the script downloads if necessary
DEFAULT_KERNEL_FOR_PGO = (6, 7, 0)
Expand Down

0 comments on commit 6e0d29a

Please sign in to comment.