<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/83466>83466</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
DW_OP_form_tls_address debug info not outputted for aarch64
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
pinskia
</td>
</tr>
</table>
<pre>
Take:
```
__thread unsigned long rage = 1;
```
On x86_64 we get:
```
.byte 14
.quad rage@DTPOFF
```
but that is not outputted for aarch64.
Corresponding GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
Corresponding binutils bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28351
Coresponding gdb bug: https://sourceware.org/bugzilla/show_bug.cgi?id=27886
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyskk9v3CwYxD8NvjyKZQPL2gcfkqz8HpNDpPdogXmMaVjY8qfb9NNX666aqtpUPRQhEKCZ3yCNTMkajziQ3QPZHSpZ8hricLI-vVpZqaDfhhf5ioTdk-ZAmnsimuvcjtOU14hSQ_GbkQYXvIEoDQJhB2gJe4Cbyh_rk4evnZgEhzOCwfwRB66jVm8ZAaDl1_v6c5EaYCMS3hxenp_G8Q9AVTLkVWawCXzIEEo-lZxRwxIiSBnnVfD6V8VjiBHTKXhtvYH_Hh9BFUPYPaw5n9IlMB0JHc0818aXOkRD6KiK-Wadk4SOaQ3nSRVTz8YSNlpN2KHfM85v2SvrS7Yu3WakUOKMZxnx7zC0Y7v2J-adYrT6R4B91wmo9MB0z3pZ4dDum54y3uxEtQ5q3ypkmuLSdGwvqFw61cyyk3S_w0XQyg60obyhtG_7lrei7tqWd0vfS9UiFYwS3uBRWlc79-V4yVTZlAoOHeNCVE4qdGnrLqUez7A9EkovVY7DRXOnikmEN86mnN5dss0Oh8P_09PztIR4nLJLk9Q6YkqgURUD1i_h44pAVaIbfquAzWtR9RyOhI4X1HW7O8XwCedM6LgFTISO2we-BwAA__9FphGq">