|
45 | 45 | - {<< : *loong_lto_thin, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest} |
46 | 46 | - {<< : *loong_allmod, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest} |
47 | 47 | - {<< : *loong_allmod_lto, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest} |
48 | | - - {<< : *mips, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest} |
49 | | - - {<< : *mipsel, << : *mainline, << : *llvm_full, boot: true, << : *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} |
50 | 51 | # ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814) |
51 | 52 | - {<< : *ppc32, << : *mainline, << : *llvm, boot: false, << : *llvm_latest} |
52 | 53 | - {<< : *ppc64, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest} |
|
129 | 130 | - {<< : *loong_lto_thin, << : *next, << : *llvm_full, boot: true, << : *llvm_latest} |
130 | 131 | - {<< : *loong_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_latest} |
131 | 132 | - {<< : *loong_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_latest} |
132 | | - - {<< : *mips, << : *next, << : *llvm_full, boot: true, << : *llvm_latest} |
133 | | - - {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *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} |
134 | 136 | # ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814) |
135 | 137 | - {<< : *ppc32, << : *next, << : *llvm, boot: false, << : *llvm_latest} |
136 | 138 | - {<< : *ppc64, << : *next, << : *llvm_full, boot: true, << : *llvm_latest} |
|
0 commit comments