Skip to content

Commit

Permalink
generator.yml: Build powerpc64le configs with LLVM=1 with LLVM 14
Browse files Browse the repository at this point in the history
Same as commit 4eec5c4 ("generator.yml: Build powerpc64le configs with
LLVM=1 with LLVM ToT") but for LLVM 14, as the patch that allows us to
build with the integrated assembler has been merged into release/14.x:

llvm/llvm-project@33504b3

Closes: #358
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Apr 28, 2022
1 parent c3947e2 commit a4f0fed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions generator.yml
Expand Up @@ -669,9 +669,9 @@ builds:
- {<< : *mipsel, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *ppc32, << : *mainline, << : *llvm, boot: true, << : *llvm_latest}
- {<< : *ppc64, << : *mainline, << : *ppc64_llvm, boot: true, << : *llvm_latest}
- {<< : *ppc64le, << : *mainline, << : *llvm, boot: true, << : *llvm_latest}
- {<< : *ppc64le_fedora, << : *mainline, << : *clang, boot: true, << : *llvm_latest}
- {<< : *ppc64le_suse, << : *mainline, << : *clang, boot: true, << : *llvm_latest}
- {<< : *ppc64le, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *ppc64le_fedora, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *ppc64le_suse, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *riscv, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *riscv_allmod, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *s390, << : *mainline, << : *clang, boot: true, << : *llvm_latest}
Expand Down Expand Up @@ -729,9 +729,9 @@ builds:
- {<< : *mipsel, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *ppc32, << : *next, << : *llvm, boot: true, << : *llvm_latest}
- {<< : *ppc64, << : *next, << : *ppc64_llvm, boot: true, << : *llvm_latest}
- {<< : *ppc64le, << : *next, << : *llvm, boot: true, << : *llvm_latest}
- {<< : *ppc64le_fedora, << : *next, << : *clang, boot: true, << : *llvm_latest}
- {<< : *ppc64le_suse, << : *next, << : *clang, boot: true, << : *llvm_latest}
- {<< : *ppc64le, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *ppc64le_fedora, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *ppc64le_suse, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *riscv, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *riscv_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *s390, << : *next, << : *clang, boot: true, << : *llvm_latest}
Expand Down

0 comments on commit a4f0fed

Please sign in to comment.