Skip to content

Commit

Permalink
build-llvm.py: Update DEFAULT_KERNEL_FOR_PGO to 6.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Aug 28, 2023
1 parent 830ca91 commit a28e3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-llvm.py
Expand Up @@ -17,7 +17,7 @@
GOOD_REVISION = 'b5983a38cbf4eb405fe9583ab89e15db1dcfa173'

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

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

0 comments on commit a28e3df

Please sign in to comment.