[PATCH] D89789: [LLD][ELF] Add --force-tls-variant2 option

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 06:29:56 PDT 2020


andrewng created this revision.
andrewng added reviewers: MaskRay, grimar.
Herald added subscribers: dang, s.egerton, simoncook, fedor.sergeev, arichardson, emaste.
Herald added a reviewer: espindola.
andrewng requested review of this revision.

The --force-tls-variant2 option can be used to force TLS variant 2 for
targets that normally use a form of TLS variant 1.


https://reviews.llvm.org/D89789

Files:
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/InputSection.cpp
  lld/ELF/Options.td
  lld/test/ELF/force-tls-variant2.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89789.299350.patch
Type: text/x-patch
Size: 5426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/4794f847/attachment.bin>


More information about the llvm-commits mailing list