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: unassignedb...@nondot.org
          Reporter: eugeni.stepa...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to