Skip to content

Commit 8ad9971

Browse files
committed
generator: yml: Drop support for LLVM 13 and 14 from -next
I have applied the series to bump the minimum supported version of LLVM to 15.0.0 to the Kbuild tree so -next will no longer support LLVM 13 or 14 once that appears there. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 65deefb commit 8ad9971

File tree

3 files changed

+0
-98
lines changed

3 files changed

+0
-98
lines changed

generator/yml/0004-trees.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ tree_schedules:
3737
- &next_llvm_17 {<< : *llvm_17, << : *next, << : *weekdays_noon}
3838
- &next_llvm_16 {<< : *llvm_16, << : *next, << : *weekdays_noon}
3939
- &next_llvm_15 {<< : *llvm_15, << : *next, << : *weekdays_noon}
40-
- &next_llvm_14 {<< : *llvm_14, << : *next, << : *weekdays_noon}
41-
- &next_llvm_13 {<< : *llvm_13, << : *next, << : *weekdays_noon}
4240
- &next_llvm_android {<< : *llvm_android, << : *next, << : *weekdays_noon}
4341

4442
# stable is usually updated frequently but not more than once a week. Do builds

generator/yml/0009-llvm-13.yml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -51,56 +51,6 @@
5151
- {<< : *riscv_alpine, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
5252
- {<< : *riscv_suse, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
5353
- {<< : *um, << : *mainline, << : *llvm_full, boot: true, << : *llvm_13}
54-
##########
55-
# Next #
56-
##########
57-
- {<< : *arm32_v5, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
58-
# BPF uses check_mul_overflow() with a 'long long' value, which is broken prior to clang-14:
59-
# https://github.com/llvm/llvm-project/commit/5c91b98c5d45243352bf10262454bcac77cd3fed
60-
# - {<< : *arm32_v6, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
61-
- {<< : *arm32_v7, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
62-
- {<< : *arm32_v7_t, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
63-
- {<< : *arm32_imx, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
64-
- {<< : *arm32_omap, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
65-
- {<< : *arm32_lpae_fp, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
66-
# BPF uses check_mul_overflow() with a 'long long' value, which is broken prior to clang-14:
67-
# https://github.com/llvm/llvm-project/commit/5c91b98c5d45243352bf10262454bcac77cd3fed
68-
# - {<< : *arm32_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
69-
- {<< : *arm32_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
70-
# BPF uses check_mul_overflow() with a 'long long' value, which is broken prior to clang-14:
71-
# https://github.com/llvm/llvm-project/commit/5c91b98c5d45243352bf10262454bcac77cd3fed
72-
# - {<< : *arm32_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
73-
# - {<< : *arm32_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
74-
# - {<< : *arm32_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
75-
- {<< : *arm64, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
76-
- {<< : *arm64_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
77-
- {<< : *arm64_lto_thin, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
78-
- {<< : *arm64_kasan, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
79-
- {<< : *arm64_kasan_sw, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
80-
- {<< : *arm64_ubsan, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
81-
- {<< : *arm64_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
82-
- {<< : *arm64_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
83-
- {<< : *arm64_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
84-
- {<< : *arm64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
85-
- {<< : *arm64_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
86-
- {<< : *arm64_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
87-
- {<< : *arm64_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
88-
- {<< : *hexagon, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
89-
- {<< : *hexagon_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
90-
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
91-
- {<< : *mips, << : *next, << : *llvm, boot: true, << : *llvm_13}
92-
- {<< : *mipsel, << : *next, << : *llvm, boot: true, << : *llvm_13}
93-
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
94-
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_13}
95-
- {<< : *ppc64_no_werror, << : *next, << : *llvm, boot: true, << : *llvm_13}
96-
- {<< : *ppc64le, << : *next, << : *llvm, boot: true, << : *llvm_13}
97-
- {<< : *ppc64le_fedora, << : *next, << : *clang, boot: true, << : *llvm_13}
98-
- {<< : *ppc64le_suse, << : *next, << : *clang, boot: true, << : *llvm_13}
99-
- {<< : *riscv, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
100-
- {<< : *riscv_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_13}
101-
- {<< : *riscv_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
102-
- {<< : *riscv_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
103-
- {<< : *um, << : *next, << : *llvm_full, boot: true, << : *llvm_13}
10454
###########################
10555
# Latest stable release #
10656
###########################

generator/yml/0009-llvm-14.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -48,52 +48,6 @@
4848
- {<< : *riscv_alpine, << : *mainline, << : *llvm_full, boot: true, << : *llvm_14}
4949
- {<< : *riscv_suse, << : *mainline, << : *llvm_full, boot: true, << : *llvm_14}
5050
- {<< : *um, << : *mainline, << : *llvm_full, boot: true, << : *llvm_14}
51-
##########
52-
# Next #
53-
##########
54-
- {<< : *arm32_v5, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
55-
- {<< : *arm32_v6, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
56-
- {<< : *arm32_v7, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
57-
- {<< : *arm32_v7_t, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
58-
- {<< : *arm32_imx, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
59-
- {<< : *arm32_omap, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
60-
- {<< : *arm32_lpae_fp, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
61-
- {<< : *arm32_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
62-
- {<< : *arm32_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
63-
- {<< : *arm32_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
64-
- {<< : *arm32_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
65-
- {<< : *arm32_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
66-
- {<< : *arm64, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
67-
- {<< : *arm64_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
68-
- {<< : *arm64_lto_thin, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
69-
- {<< : *arm64_kasan, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
70-
- {<< : *arm64_kasan_sw, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
71-
- {<< : *arm64_ubsan, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
72-
- {<< : *arm64_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
73-
- {<< : *arm64_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
74-
- {<< : *arm64_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
75-
- {<< : *arm64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
76-
- {<< : *arm64_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
77-
- {<< : *arm64_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
78-
- {<< : *arm64_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
79-
- {<< : *hexagon, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
80-
- {<< : *hexagon_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
81-
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
82-
- {<< : *mips, << : *next, << : *llvm, boot: true, << : *llvm_14}
83-
- {<< : *mipsel, << : *next, << : *llvm, boot: true, << : *llvm_14}
84-
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
85-
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_14}
86-
- {<< : *ppc64, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
87-
- {<< : *ppc64le, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
88-
- {<< : *ppc64le_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
89-
- {<< : *ppc64le_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
90-
- {<< : *riscv, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
91-
- {<< : *riscv_lto_thin, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
92-
- {<< : *riscv_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
93-
- {<< : *riscv_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
94-
- {<< : *riscv_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
95-
- {<< : *riscv_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
96-
- {<< : *um, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
9751
###########################
9852
# Latest stable release #
9953
###########################

0 commit comments

Comments
 (0)