Skip to content

Commit

Permalink
build-llvm.py: Update DEFAULT_KERNEL_FOR_PGO to 6.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jul 24, 2024
1 parent 7aaccd2 commit 8b79236
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 @@ -17,7 +17,7 @@
GOOD_REVISION = '15397583e3d85eb1f1a051de26eb409aaedd3b54'

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

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

0 comments on commit 8b79236

Please sign in to comment.