Skip to content

Commit b8e27bf

Browse files
committed
generator: yml: Disable RISC-V full LTO build on -next with LLVM 14
There is a bug exposed with full LTO in LLVM versions prior to 14 and RISC-V has recently started tripping over it after some asm goto changes. Drop the full LTO build RISC-V does with clang-14 on linux-next as it is no longer expected to work. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent d7cc8fa commit b8e27bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generator/yml/0009-llvm-14.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
- {<< : *ppc64le_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
9090
- {<< : *ppc64le_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
9191
- {<< : *riscv, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
92-
- {<< : *riscv_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
9392
- {<< : *riscv_lto_thin, << : *next, << : *llvm_full, boot: true, << : *llvm_14}
9493
- {<< : *riscv_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_14}
9594
- {<< : *riscv_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_14}

0 commit comments

Comments
 (0)