Skip to content

Commit

Permalink
Merge pull request #237 from nathanchance/6.4.0-kgr-uprev
Browse files Browse the repository at this point in the history
Update default PGO kernel to 6.4.0 and update known good revision
  • Loading branch information
nathanchance authored Jul 2, 2023
2 parents 848950f + 5fe43f2 commit 01bc35b
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 = '012ea747ed0275c499f69c82ac0f635f4c76f746'
GOOD_REVISION = 'b5983a38cbf4eb405fe9583ab89e15db1dcfa173'

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

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

0 comments on commit 01bc35b

Please sign in to comment.