[PATCH] D53905: [ELF] Refactor TLS layout TargetInfo config. NFC.

Ryan Prichard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 15:36:56 PDT 2018


rprichard added reviewers: ruiu, PkmX, jrtc27.
rprichard added a comment.

This change would make it possible to model RISC-V TLS without the `(Config->EMachine == EM_RISCV)` special case in https://reviews.llvm.org/D39324 (InputSection.cpp). RISC-V expects a fixed offset of 0.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D53905





More information about the llvm-commits mailing list