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 a6efca3 + e67ffda commit 9478f45Copy full SHA for 9478f45
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 = '5ce271ef74dd3325993c827f496e460ced41af11'
+GOOD_REVISION = 'ed022d93b2fbfe52b7bdee786aa5cc49fa2323c4'
18
19
# The version of the Linux kernel that the script downloads if necessary
20
-DEFAULT_KERNEL_FOR_PGO = (6, 13, 0)
+DEFAULT_KERNEL_FOR_PGO = (6, 14, 0)
21
22
parser = ArgumentParser(formatter_class=RawTextHelpFormatter)
23
clone_options = parser.add_mutually_exclusive_group()
0 commit comments