commit | 719322411ce62662bcd3bdc5ee9deb6c2c84ffb7 | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Wed May 29 02:03:56 2019 +0000 |
committer | Fangrui Song <maskray@google.com> | Wed May 29 02:03:56 2019 +0000 |
tree | 961e95fb289dd1f42063dee907367165c78c0b23 | |
parent | 656afe370df3ac374db7624e0b450f15a2212ab2 [diff] |
[ELF] Implement General Dynamic style TLSDESC for x86-64 This handles two initial relocation types R_X86_64_GOTPC32_TLSDESC and R_X86_64_TLSDESC_CALL, as well as the GD->LE and GD->IE relaxations. Reviewed By: ruiu Differential Revision: https://reviews.llvm.org/D62513 llvm-svn: 361911