forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 16
missing symbol for section .text, .init.text, .ref.text #669
Copy link
Copy link
Closed
Labels
[ARCH] x86_64This bug impacts ARCH=x86_64This bug impacts ARCH=x86_64[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] integrated-asThe issue is relevant to LLVM integrated assemblerThe issue is relevant to LLVM integrated assembler[TOOL] objtoolwarning is produced by the kernel's objtoolwarning is produced by the kernel's objtool
Metadata
Metadata
Assignees
Labels
[ARCH] x86_64This bug impacts ARCH=x86_64This bug impacts ARCH=x86_64[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] integrated-asThe issue is relevant to LLVM integrated assemblerThe issue is relevant to LLVM integrated assembler[TOOL] objtoolwarning is produced by the kernel's objtoolwarning is produced by the kernel's objtool
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm trying to compile x86_64 kernel using
AS=clang(integrated-as in being used). A lot of warnings like these are produced:The kernel compiles successfully, but doesn't boot.