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: unassignedb...@nondot.org
          Reporter: d...@golovin.in
                CC: llvm-bugs@lists.llvm.org, peter.sm...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to