Skip to content

Commit 86f1fed

Browse files
authored
Merge pull request #265 from nathanchance/6.8.0-kgr-uprev
2 parents da4471b + 7d8b300 commit 86f1fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 = 'a828cda9c80282a77b579f8fc9dc17a310173af4'
17+
GOOD_REVISION = '2e39b57837aa1790b3ee078fa532bb1748a609c7'
1818

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

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

0 commit comments

Comments
 (0)