<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LLD chokes on R_AARCH64_TLSLE_MOVW_TPREL_G0"
   href="https://bugs.llvm.org/show_bug.cgi?id=42853">42853</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLD chokes on R_AARCH64_TLSLE_MOVW_TPREL_G0
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lld
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>ELF
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jkz@google.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, peter.smith@linaro.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=22327" name="attach_22327" title="Contains exp.s and var.c, the files needed to reproduce the issue.">attachment 22327</a> <a href="attachment.cgi?id=22327&action=edit" title="Contains exp.s and var.c, the files needed to reproduce the issue.">[details]</a></span>
Contains exp.s and var.c, the files needed to reproduce the issue.

LLD is unable to link objects containing `R_AARCH64_TLSLE_MOVW_TPREL_G0`
relocations. It fails with the error:

ld.lld: error: exp.o:(.text+0x0): unrecognized relocation
R_AARCH64_TLSLE_MOVW_TPREL_G0

This is still failing at HEAD (tested at r367451). It looks like the failure
was introduced at r358950, lld built at r358949 can successfully link. A small
reproducer is attached, the issue can be reproduced like so:

$ clang --target=aarch64-pc-linux-gnu -c exp.s
$ clang --target=aarch64-pc-linux-gnu -c var.c
$ ld.lld -o/dev/null exp.o var.o</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>