Skip to content

Commit d2c105c

Browse files
authored
Merge pull request #285 from torvic9/linux612
PGO: Update Linux kernel to 6.12
2 parents e33666a + 82fe8df commit d2c105c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-llvm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
GOOD_REVISION = '2ab9233f4f393c240c37ef092de09d907fe5c890'
1818

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

2222
parser = ArgumentParser(formatter_class=RawTextHelpFormatter)
2323
clone_options = parser.add_mutually_exclusive_group()

0 commit comments

Comments
 (0)