[llvm-bugs] [Bug 34852] New: Linking gcc-5.4.0 objects: (.debug_info+0x41F): has non-ABS reloc
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 5 15:15:15 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34852
Bug ID: 34852
Summary: Linking gcc-5.4.0 objects: (.debug_info+0x41F): has
non-ABS reloc
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: eugeni.stepanov at gmail.com
CC: llvm-bugs at lists.llvm.org
Created attachment 19245
--> https://bugs.llvm.org/attachment.cgi?id=19245&action=edit
test case
$ g++ -std=c++11 -w -m32 -fPIC -O3 -g -c 1.ii
$ ld.lld -m elf_i386 -shared 1.o
ld.lld: error: 1.ii:(.debug_info+0x41F): has non-ABS reloc
Does not reproduce with gcc-4.8; can be reproduced with gcc-5.4.
--
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/20171005/efce0c84/attachment.html>
More information about the llvm-bugs
mailing list