| Issue |
83466
|
| Summary |
DW_OP_form_tls_address debug info not outputted for aarch64
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
pinskia
|
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
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs