forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 15
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
llvm-objcopy: error: invalid output format: 'elf64-s390' #1530
Labels
[ARCH] s390
This bug impacts ARCH=s390
[BUG] llvm
A bug that should be fixed in upstream LLVM
[FIXED][LLVM] 19
This bug was fixed in LLVM 19
[TOOL] llvm-objcopy
The issue is relevant to LLVM objcopy
Comments
Yes, same issue as before, s390 does not appear to be supported with This is reproducible with just
cc @uweigand in case I am missing something. |
Same workaround as |
nathanchance
added a commit
to nathanchance/continuous-integration2
that referenced
this issue
May 18, 2022
The s390 folks have updated their asm to work with the integrated assembler. Enable it for s390 builds on -next. We cannot switch to LLVM=1 because ld.lld and llvm-objcopy do not support s390: ClangBuiltLinux/linux#1524 ClangBuiltLinux/linux#1530 For now, we will just use 'CC=clang LLVM_IAS=1'. Closes: ClangBuiltLinux#363 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
nathanchance
added a commit
to nathanchance/continuous-integration2
that referenced
this issue
May 24, 2022
…inline The s390 folks have updated their asm to work with the integrated assembler. Enable it for s390 builds on -next and mainline. We cannot switch to LLVM=1 because ld.lld and llvm-objcopy do not support s390: ClangBuiltLinux/linux#1524 ClangBuiltLinux/linux#1530 For now, we will just use 'CC=clang LLVM_IAS=1'. Closes: ClangBuiltLinux#363 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
rli9
pushed a commit
to intel/lkp-tests
that referenced
this issue
May 31, 2022
Re: llvm-objcopy: error: invalid output format: 'elf64-s390' ----------- > All errors (new ones prefixed by >>): > > >> llvm-objcopy: error: invalid output format: 'elf64-s390' This is expected, as llvm-objcopy needs support for s390: ClangBuiltLinux/linux#1530 Please use GNU objcopy for the time being by explicitly providing OBJCOPY=${CROSS_COMPILE}objcopy to make. Cheers, Nathan ----------- Link: https://lore.kernel.org/lkml/YpJMIz%2FQjDW5IQGr@dev-arch.thelio-3990X/ Signed-off-by: Chen Rong <rong.a.chen@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
ammarfaizi2
pushed a commit
to ammarfaizi2/lkp-tests
that referenced
this issue
Jun 2, 2022
Re: llvm-objcopy: error: invalid output format: 'elf64-s390' ----------- > All errors (new ones prefixed by >>): > > >> llvm-objcopy: error: invalid output format: 'elf64-s390' This is expected, as llvm-objcopy needs support for s390: ClangBuiltLinux/linux#1530 Please use GNU objcopy for the time being by explicitly providing OBJCOPY=${CROSS_COMPILE}objcopy to make. Cheers, Nathan ----------- Link: https://lore.kernel.org/lkml/YpJMIz%2FQjDW5IQGr@dev-arch.thelio-3990X/ Signed-off-by: Chen Rong <rong.a.chen@intel.com> Signed-off-by: Philip Li <philip.li@intel.com> Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
uweigand
added a commit
to uweigand/llvm-project
that referenced
this issue
Feb 15, 2024
This is also necessary for enabling ClangBuiltLinux: ClangBuiltLinux/linux#1530
uweigand
added a commit
to llvm/llvm-project
that referenced
this issue
Feb 16, 2024
This is also necessary for enabling ClangBuiltLinux: ClangBuiltLinux/linux#1530
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Feb 20, 2024
This is also necessary for enabling ClangBuiltLinux: ClangBuiltLinux/linux#1530 (cherry picked from commit 3c02cb7)
Fixed: llvm/llvm-project@3c02cb7 |
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Feb 21, 2024
This is also necessary for enabling ClangBuiltLinux: ClangBuiltLinux/linux#1530 (cherry picked from commit 3c02cb7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[ARCH] s390
This bug impacts ARCH=s390
[BUG] llvm
A bug that should be fixed in upstream LLVM
[FIXED][LLVM] 19
This bug was fixed in LLVM 19
[TOOL] llvm-objcopy
The issue is relevant to LLVM objcopy
This can be a duplicate of #1524. s390 build fails at the final state as
This can be reproduced by
The text was updated successfully, but these errors were encountered: