Skip to content

Commit c6d4545

Browse files
authored
Merge pull request #279 from nathanchance/6.11.0-kgr-uprev
Update DEFAULT_KERNEL_FOR_PGO to 6.11.0 and bump known good revision
2 parents 1516e48 + 26f89ee commit c6d4545

File tree

2 files changed

+2
-71
lines changed

2 files changed

+2
-71
lines changed

build-llvm.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
from tc_build.tools import HostTools, StageTools
1515

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

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

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

src/2bac084468847cfe5bbc7166082b2a208514bb1c.patch

-69
This file was deleted.

0 commit comments

Comments
 (0)