Skip to content

Commit

Permalink
Merge pull request #279 from nathanchance/6.11.0-kgr-uprev
Browse files Browse the repository at this point in the history
Update DEFAULT_KERNEL_FOR_PGO to 6.11.0 and bump known good revision
  • Loading branch information
msfjarvis authored Oct 21, 2024
2 parents 1516e48 + 26f89ee commit c6d4545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
4 changes: 2 additions & 2 deletions build-llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
from tc_build.tools import HostTools, StageTools

# This is a known good revision of LLVM for building the kernel
GOOD_REVISION = '15397583e3d85eb1f1a051de26eb409aaedd3b54'
GOOD_REVISION = '2ab9233f4f393c240c37ef092de09d907fe5c890'

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

parser = ArgumentParser(formatter_class=RawTextHelpFormatter)
clone_options = parser.add_mutually_exclusive_group()
Expand Down
69 changes: 0 additions & 69 deletions src/2bac084468847cfe5bbc7166082b2a208514bb1c.patch

This file was deleted.

0 comments on commit c6d4545

Please sign in to comment.