<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ismail@i10z.com" title="İsmail Dönmez <ismail@i10z.com>"> <span class="fn">İsmail Dönmez</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - unrecognized reloc 23"
   href="https://llvm.org/bugs/show_bug.cgi?id=25202">bug 25202</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - unrecognized reloc 23"
   href="https://llvm.org/bugs/show_bug.cgi?id=25202#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - unrecognized reloc 23"
   href="https://llvm.org/bugs/show_bug.cgi?id=25202">bug 25202</a>
              from <span class="vcard"><a class="email" href="mailto:ismail@i10z.com" title="İsmail Dönmez <ismail@i10z.com>"> <span class="fn">İsmail Dönmez</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=25202#c3">comment #3</a>)
<span class="quote">> Fixed by r252131.</span >

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)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>