Skip to content

Commit 7f904ed

Browse files
committed
generator: yml: Bump LLVM latest to 21
This reverts 65ed0a6 ("generator: yml: Disable integrated assembler for certain MIPS builds"), as the issue that necessitated disabling the integrated assembler for older versions of LLVM is fixed in 21. Closes: #859 Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 72ca2d2 commit 7f904ed

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

generator/yml/0001-llvm_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
llvm_versions:
22
- &llvm_tot {llvm_version: 22}
3-
- &llvm_latest {llvm_version: 20}
3+
- &llvm_latest {llvm_version: 21}
44
- &llvm_19 {llvm_version: 19}
55
- &llvm_18 {llvm_version: 18}
66
- &llvm_17 {llvm_version: 17}

generator/yml/0009-llvm-latest.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
- {<< : *loong_lto_thin, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
4646
- {<< : *loong_allmod, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest}
4747
- {<< : *loong_allmod_lto, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest}
48-
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
49-
- {<< : *mips, << : *mainline, << : *llvm, boot: true, << : *llvm_latest}
50-
- {<< : *mipsel, << : *mainline, << : *llvm, boot: true, << : *llvm_latest}
48+
- {<< : *mips, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
49+
- {<< : *mipsel, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
5150
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814)
5251
- {<< : *ppc32, << : *mainline, << : *llvm, boot: false, << : *llvm_latest}
5352
- {<< : *ppc64, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
@@ -130,9 +129,8 @@
130129
- {<< : *loong_lto_thin, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
131130
- {<< : *loong_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
132131
- {<< : *loong_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
133-
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
134-
- {<< : *mips, << : *next, << : *llvm, boot: true, << : *llvm_latest}
135-
- {<< : *mipsel, << : *next, << : *llvm, boot: true, << : *llvm_latest}
132+
- {<< : *mips, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
133+
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
136134
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814)
137135
- {<< : *ppc32, << : *next, << : *llvm, boot: false, << : *llvm_latest}
138136
- {<< : *ppc64, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
@@ -216,9 +214,8 @@
216214
- {<< : *loong_lto_thin, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}
217215
- {<< : *loong_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_latest}
218216
- {<< : *loong_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_latest}
219-
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
220-
- {<< : *mips, << : *stable, << : *llvm, boot: true, << : *llvm_latest}
221-
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_latest}
217+
- {<< : *mips, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}
218+
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}
222219
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814)
223220
- {<< : *ppc32, << : *stable, << : *llvm, boot: false, << : *llvm_latest}
224221
- {<< : *ppc64, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}

0 commit comments

Comments
 (0)