Skip to content

Commit 0712585

Browse files
committed
build-llvm.py: Update DEFAULT_KERNEL_FOR_PGO to 6.14.0
Signed-off-by: Nathan Chancellor <[email protected]>
1 parent a6efca3 commit 0712585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-llvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
GOOD_REVISION = '5ce271ef74dd3325993c827f496e460ced41af11'
1818

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

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

0 commit comments

Comments
 (0)