Skip to content

Commit e67ffda

Browse files
committed
build-llvm.py: Update GOOD_REVISION to ed022d93b2fbfe52b7bdee786aa5cc49fa2323c4
Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 0712585 commit e67ffda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-llvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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 = '5ce271ef74dd3325993c827f496e460ced41af11'
17+
GOOD_REVISION = 'ed022d93b2fbfe52b7bdee786aa5cc49fa2323c4'
1818

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

0 commit comments

Comments
 (0)