Skip to content

llvm-objdump -t does not respect -j #859

@nathanchance

Description

@nathanchance
$ make -j$(nproc) -s ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- CC=clang-11 HOSTCC=clang-11 O=out OBJDUMP=llvm-objdump-11 distclean defconfig bzImage
...
llvm-objdump-11: warning: section '.boot.preserved.data' mentioned in a -j/--section option, but not found in any input file
llvm-objdump-11: warning: section '.boot.data' mentioned in a -j/--section option, but not found in any input file
llvm-objdump-11: warning: section '.boot.preserved.data' mentioned in a -j/--section option, but not found in any input file
error: section .boot.preserved.data differs between vmlinux and arch/s390/boot/compressed/vmlinux
make[3]: *** [/linux/arch/s390/boot/Makefile:65: arch/s390/boot/section_cmp.boot.preserved.data] Error 1
make[3]: *** Waiting for unfinished jobs....
llvm-objdump-11: warning: section '.boot.data' mentioned in a -j/--section option, but not found in any input file
error: section .boot.data differs between vmlinux and arch/s390/boot/compressed/vmlinux
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Reported upstreamThis bug was filed on LLVM’s issue tracker, Phabricator, or the kernel mailing list.[BUG] llvmA bug that should be fixed in upstream LLVM[PATCH] ExistsThere is a patch that fixes this issue[TOOL] llvm-objdumpThe issue is relevant to LLVM objdump

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions