Skip to content

Commit 034b3f3

Browse files
committed
generator: yml: Enable the integrated assembler for sparc64 with clang-23+
A recently merged LLVM change allows the integrated assembler to assemble all code in sparc64_defconfig. Enable it for clang-23 and newer so that we can keep it working. Link: https://lore.kernel.org/ov9qx_G3-lAxKXO_ur8gXhE8J5toGs8NkZ2mtMBdwEVND6y0f9CakihiR1kVbaS_lgMVbYs3NegNpFgCRjzzb79wzfbm4_1WeVt1q5pe_f0=@protonmail.com/ Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent f825c8d commit 034b3f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

generator/yml/0009-llvm-tot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
- {<< : *s390_kasan, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
6666
- {<< : *s390_fedora, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
6767
- {<< : *s390_suse, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
68-
- {<< : *sparc64, << : *mainline, << : *clang, boot: true, << : *llvm_tot}
68+
- {<< : *sparc64, << : *mainline, << : *clang_ias, boot: true, << : *llvm_tot}
6969
- {<< : *um, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
7070
- {<< : *x86_64, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
7171
- {<< : *x86_64_lto_full, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
@@ -150,7 +150,7 @@
150150
- {<< : *s390_kasan, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
151151
- {<< : *s390_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
152152
- {<< : *s390_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
153-
- {<< : *sparc64, << : *next, << : *clang, boot: true, << : *llvm_tot}
153+
- {<< : *sparc64, << : *next, << : *clang_ias, boot: true, << : *llvm_tot}
154154
- {<< : *um, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
155155
- {<< : *x86_64, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
156156
- {<< : *x86_64_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
@@ -236,7 +236,7 @@
236236
- {<< : *s390_kasan, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
237237
- {<< : *s390_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
238238
- {<< : *s390_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
239-
- {<< : *sparc64, << : *stable, << : *clang, boot: true, << : *llvm_tot}
239+
- {<< : *sparc64, << : *stable, << : *clang_ias, boot: true, << : *llvm_tot}
240240
- {<< : *um, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
241241
- {<< : *x86_64, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
242242
- {<< : *x86_64_lto_full, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
@@ -321,7 +321,7 @@
321321
- {<< : *s390_kasan, << : *stable-6_18, << : *llvm_full, boot: true, << : *llvm_tot}
322322
- {<< : *s390_fedora, << : *stable-6_18, << : *llvm_full, boot: true, << : *llvm_tot}
323323
- {<< : *s390_suse, << : *stable-6_18, << : *llvm_full, boot: true, << : *llvm_tot}
324-
- {<< : *sparc64, << : *stable-6_18, << : *clang, boot: true, << : *llvm_tot}
324+
- {<< : *sparc64, << : *stable-6_18, << : *clang_ias, boot: true, << : *llvm_tot}
325325
- {<< : *um, << : *stable-6_18, << : *llvm_full, boot: true, << : *llvm_tot}
326326
- {<< : *x86_64, << : *stable-6_18, << : *llvm_full, boot: true, << : *llvm_tot}
327327
- {<< : *x86_64_lto_full, << : *stable-6_18, << : *llvm_full, boot: true, << : *llvm_tot}

0 commit comments

Comments
 (0)