Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ld.bfd for powerpc64le on -next with LLVM 11 #156

Merged
merged 2 commits into from
Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,10 +1123,10 @@ jobs:
run: echo "::add-matcher::.github/problem-matchers/clang-errors-warnings.json"
- name: Boot Test
run: ./check_logs.py
_4761930fb3185292c157074cdf5031ca:
_3f3a86728b9bc2f14f25d79aec646231:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_defconfigs
name: ARCH=powerpc LLVM=1 LLVM_VERSION=11 powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
name: ARCH=powerpc LLVM=1 LD=powerpc64le-linux-gnu-ld LLVM_VERSION=11 powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
env:
ARCH: powerpc
LLVM_VERSION: 11
Expand Down
4 changes: 2 additions & 2 deletions generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ tiers:
- &llvm_arm32_v6 {llvm: true, llvm_ias: false, make_variables: {LD: arm-linux-gnueabihf-ld, LLVM: 1}}
# MIPS big endian https://github.com/ClangBuiltLinux/linux/issues/1025
- &mips_llvm {llvm: true, llvm_ias: false, make_variables: {LD: mips-linux-gnu-ld, LLVM: 1}}
# PowerPC 64-bit big endian https://github.com/ClangBuiltLinux/linux/issues/602
# PowerPC 64-bit big endian https://github.com/ClangBuiltLinux/linux/issues/602 and https://github.com/ClangBuiltLinux/linux/issues/1260
- &ppc64_llvm {llvm: true, llvm_ias: false, make_variables: {LD: powerpc64le-linux-gnu-ld, LLVM: 1}}
# RISC-V https://github.com/ClangBuiltLinux/linux/issues/1020
- &riscv_llvm_full {llvm: true, llvm_ias: true, make_variables: {LD: riscv64-linux-gnu-ld, LLVM: 1, LLVM_IAS: 1}}
Expand Down Expand Up @@ -538,7 +538,7 @@ builds:
# ppc32 and ppc64: Build disabled (https://gitlab.com/Linaro/tuxmake/-/issues/108)
# - {<< : *ppc32, << : *next, << : *llvm, boot: true, llvm_version: *llvm_11}
# - {<< : *ppc64, << : *next, << : *ppc64_llvm, boot: true, llvm_version: *llvm_11}
- {<< : *ppc64le, << : *next, << : *llvm, boot: true, llvm_version: *llvm_11}
- {<< : *ppc64le, << : *next, << : *ppc64_llvm, boot: true, llvm_version: *llvm_11}
# riscv: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1389)
# https://github.com/ClangBuiltLinux/linux/issues/1023
# https://github.com/ClangBuiltLinux/linux/issues/1143
Expand Down
1 change: 1 addition & 0 deletions tuxsuite/next.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ sets:
- modules
kernel_image: zImage.epapr
make_variables:
LD: powerpc64le-linux-gnu-ld
LLVM: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git_ref: master
Expand Down