[PATCH] D53905: [ELF] Refactor per-target TLS layout configuration. NFC.

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 08:08:31 PDT 2018


jrtc27 accepted this revision.
jrtc27 added a comment.
This revision is now accepted and ready to land.

Yeah, if we're not using a field for which TLS variant the target wants, this is the clearest way to do it, putting all the logic in one place rather than some in the target and some in InputSection.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D53905





More information about the llvm-commits mailing list