[llvm-bugs] [Bug 44825] New: relocation R_ARM_PREL31 out of range
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 7 06:39:21 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44825
Bug ID: 44825
Summary: relocation R_ARM_PREL31 out of range
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: dima at golovin.in
CC: llvm-bugs at lists.llvm.org, peter.smith at linaro.org
When linking the Linux kernel for ARMv6 LLD fails with the following error
message:
$ ARCH=arm32_v6 REPO=linux-next LD=ld.lld ./driver.sh
...
LD .tmp_vmlinux1
ld.lld: error: .tmp_vmlinux1:(.ARM.exidx+0x34AF0): relocation R_ARM_PREL31
out of range: 2136460448 is not in [-1073741824, 1073741823]
Originally submitted by Nick Desaulniers here:
https://github.com/ClangBuiltLinux/linux/issues/732
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200207/5e9a8e7e/attachment.html>
More information about the llvm-bugs
mailing list