Skip to content

Commit

Permalink
Merge pull request ClangBuiltLinux#248 from nathanchance/6.6.0-kgr-uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis authored Nov 6, 2023
2 parents 14cce14 + 5275321 commit 8c22ecd
Showing 1 changed file with 2 additions and 2 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 = 'e280e406c2e34ce29e1e71da7cd3a284ea112ce8'
GOOD_REVISION = '0f8615f4dc568f4d7cbf73580eef3e78f64f3bd0'

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

parser = ArgumentParser(formatter_class=RawTextHelpFormatter)
clone_options = parser.add_mutually_exclusive_group()
Expand Down

0 comments on commit 8c22ecd

Please sign in to comment.