We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10d795d + 6e0d29a commit f451f8aCopy full SHA for f451f8a
build-llvm.py
@@ -14,10 +14,10 @@
14
from tc_build.tools import HostTools, StageTools
15
16
# This is a known good revision of LLVM for building the kernel
17
-GOOD_REVISION = '0f8615f4dc568f4d7cbf73580eef3e78f64f3bd0'
+GOOD_REVISION = 'a828cda9c80282a77b579f8fc9dc17a310173af4'
18
19
# The version of the Linux kernel that the script downloads if necessary
20
-DEFAULT_KERNEL_FOR_PGO = (6, 6, 0)
+DEFAULT_KERNEL_FOR_PGO = (6, 7, 0)
21
22
parser = ArgumentParser(formatter_class=RawTextHelpFormatter)
23
clone_options = parser.add_mutually_exclusive_group()
0 commit comments