forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Reported upstreamThis bug was filed on LLVM’s issue tracker, Phabricator, or the kernel mailing list.This bug was filed on LLVM’s issue tracker, Phabricator, or the kernel mailing list.[BUG] llvmA bug that should be fixed in upstream LLVMA bug that should be fixed in upstream LLVM[FIXED][LINUX] 5.7This bug was fixed in Linux 5.7This bug was fixed in Linux 5.7[TOOL] llvm-objcopyThe issue is relevant to LLVM objcopyThe issue is relevant to LLVM objcopy
Description
After #779 was resolved for x86_64, I get the following error on 5.6-rc1 with CONFIG_DEBUG_INFO_BTF:
llvm-objcopy: error: unknown argument '--change-section-address'
llvm-objcopy: error: '.btf.vmlinux.bin': No such file or directory
Failed to generate BTF for vmlinux
Try to disable CONFIG_DEBUG_INFO_BTF
This was added in df786c9. Without that commit, the build finishes successfully.
cc @rupprecht
tpimh
Metadata
Metadata
Assignees
Labels
Reported upstreamThis bug was filed on LLVM’s issue tracker, Phabricator, or the kernel mailing list.This bug was filed on LLVM’s issue tracker, Phabricator, or the kernel mailing list.[BUG] llvmA bug that should be fixed in upstream LLVMA bug that should be fixed in upstream LLVM[FIXED][LINUX] 5.7This bug was fixed in Linux 5.7This bug was fixed in Linux 5.7[TOOL] llvm-objcopyThe issue is relevant to LLVM objcopyThe issue is relevant to LLVM objcopy