Skip to content

Commit

Permalink
build-llvm.py: Update DEFAULT_KERNEL_FOR_PGO to 6.2.8
Browse files Browse the repository at this point in the history
This is the latest stable release and it allows us to drop the hack
patch we were applying for the upstream version that has already been
merged.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Mar 23, 2023
1 parent fc9db17 commit c933dec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion build-llvm.py
Expand Up @@ -17,7 +17,7 @@
GOOD_REVISION = 'c972e1c8b59b144599b47e8a7946ff8e531a2049'

# The version of the Linux kernel that the script downloads if necessary
DEFAULT_KERNEL_FOR_PGO = (6, 1, 7)
DEFAULT_KERNEL_FOR_PGO = (6, 2, 8)

parser = ArgumentParser(formatter_class=RawTextHelpFormatter)
clone_options = parser.add_mutually_exclusive_group()
Expand Down
15 changes: 0 additions & 15 deletions src/cbl-issue-1687.patch

This file was deleted.

0 comments on commit c933dec

Please sign in to comment.