[llvm-bugs] [Bug 25202] unrecognized reloc 23

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 6 02:53:48 PST 2015


https://llvm.org/bugs/show_bug.cgi?id=25202

İsmail Dönmez <ismail at i10z.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #4 from İsmail Dönmez <ismail at i10z.com> ---
(In reply to comment #3)
> Fixed by r252131.

Doesn't seem to be fixed over here:

λ clang -v
clang version 3.8.0 (trunk 252170)
Target: x86_64-suse-linux
Thread model: posix
InstalledDir: /opt/clang/bin
Found candidate GCC installation: /usr/lib64/gcc/x86_64-suse-linux/5
Selected GCC installation: /usr/lib64/gcc/x86_64-suse-linux/5
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Selected multilib: .;@m64

λ clang -fuse-ld=lld2 tlb.c -lm
λ ./a.out
[1]    24476 segmentation fault (core dumped)  ./a.out

λ clang -g -fuse-ld=lld2 tlb.c -lm
unrecognized reloc 17
clang-3.8: error: linker command failed with exit code 1 (use -v to see
invocation)

-- 
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/20151106/bc94f1ed/attachment.html>


More information about the llvm-bugs mailing list