[PATCH] D62513: [ELF] Implement General Dynamic style x86-64 TLSDESC

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 02:32:58 PDT 2019


MaskRay created this revision.
MaskRay added reviewers: grimar, peter.smith, ruiu.
Herald added subscribers: llvm-commits, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

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.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D62513

Files:
  ELF/Arch/X86_64.cpp
  ELF/InputSection.cpp
  ELF/Relocations.cpp
  ELF/Relocations.h
  test/ELF/invalid/x86-64-tlsdesc-gd.s
  test/ELF/tls-opt-gdie.s
  test/ELF/x86-64-tlsdesc-gd.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62513.201625.patch
Type: text/x-patch
Size: 10596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190528/7d6c4488/attachment.bin>


More information about the llvm-commits mailing list