Skip to content

Commit

Permalink
Merge pull request #285 from torvic9/linux612
Browse files Browse the repository at this point in the history
PGO: Update Linux kernel to 6.12
  • Loading branch information
nathanchance authored Dec 18, 2024
2 parents e33666a + 82fe8df commit d2c105c
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 = '2ab9233f4f393c240c37ef092de09d907fe5c890'

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

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

0 comments on commit d2c105c

Please sign in to comment.