@@ -259,6 +259,7 @@ tiers:
259
259
- &llvm {llvm: true, llvm_ias: false, make_variables: {LLVM: 1, LLVM_IAS: 0}}
260
260
- &lld {llvm: false, llvm_ias: false, make_variables: {LD: ld.lld, LLVM_IAS: 0}}
261
261
- &clang {llvm: false, llvm_ias: false, make_variables: {LLVM_IAS: 0}}
262
+ - &clang_ias {llvm: false, llvm_ias: true, make_variables: {LLVM_IAS: 1}}
262
263
# Architecture specific tiers
263
264
# ARM32 aspeed_g5_defconfig https://github.com/ClangBuiltLinux/linux/issues/732
264
265
- &arm32_v6_llvm {llvm: true, llvm_ias: false, make_variables: {LD: arm-linux-gnueabihf-ld, LLVM: 1, LLVM_IAS: 0}}
@@ -376,10 +377,10 @@ builds:
376
377
- {<< : *ppc64le_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
377
378
- {<< : *riscv, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
378
379
- {<< : *riscv_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_tot}
379
- - {<< : *s390, << : *next, << : *clang, boot: true, << : *llvm_tot}
380
- - {<< : *s390_kasan, << : *next, << : *clang, boot: true, << : *llvm_tot}
381
- - {<< : *s390_fedora, << : *next, << : *clang, boot: true, << : *llvm_tot}
382
- - {<< : *s390_suse, << : *next, << : *clang, boot: true, << : *llvm_tot}
380
+ - {<< : *s390, << : *next, << : *clang_ias, boot: true, << : *llvm_tot}
381
+ - {<< : *s390_kasan, << : *next, << : *clang_ias, boot: true, << : *llvm_tot}
382
+ - {<< : *s390_fedora, << : *next, << : *clang_ias, boot: true, << : *llvm_tot}
383
+ - {<< : *s390_suse, << : *next, << : *clang_ias, boot: true, << : *llvm_tot}
383
384
- {<< : *um, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
384
385
- {<< : *x86_64, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
385
386
- {<< : *x86_64_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
@@ -734,10 +735,10 @@ builds:
734
735
- {<< : *ppc64le_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
735
736
- {<< : *riscv, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
736
737
- {<< : *riscv_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
737
- - {<< : *s390, << : *next, << : *clang, boot: true, << : *llvm_latest}
738
- - {<< : *s390_kasan, << : *next, << : *clang, boot: true, << : *llvm_latest}
739
- - {<< : *s390_fedora, << : *next, << : *clang, boot: true, << : *llvm_latest}
740
- - {<< : *s390_suse, << : *next, << : *clang, boot: true, << : *llvm_latest}
738
+ - {<< : *s390, << : *next, << : *clang_ias, boot: true, << : *llvm_latest}
739
+ - {<< : *s390_kasan, << : *next, << : *clang_ias, boot: true, << : *llvm_latest}
740
+ - {<< : *s390_fedora, << : *next, << : *clang_ias, boot: true, << : *llvm_latest}
741
+ - {<< : *s390_suse, << : *next, << : *clang_ias, boot: true, << : *llvm_latest}
741
742
- {<< : *um, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
742
743
- {<< : *x86_64, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
743
744
- {<< : *x86_64_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
0 commit comments