Skip to content

Commit

Permalink
Merge pull request #265 from nathanchance/6.8.0-kgr-uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis authored Apr 3, 2024
2 parents da4471b + 7d8b300 commit 86f1fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
from tc_build.tools import HostTools, StageTools

# This is a known good revision of LLVM for building the kernel
GOOD_REVISION = 'a828cda9c80282a77b579f8fc9dc17a310173af4'
GOOD_REVISION = '2e39b57837aa1790b3ee078fa532bb1748a609c7'

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

parser = ArgumentParser(formatter_class=RawTextHelpFormatter)
clone_options = parser.add_mutually_exclusive_group()
Expand Down

0 comments on commit 86f1fed

Please sign in to comment.