[PATCH] D140123: [TLS] Clamp the alignment of TLS global variables if required by the target

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 17:34:11 PST 2022


wolfgangp added a comment.

In D140123#4000068 <https://reviews.llvm.org/D140123#4000068>, @arsenm wrote:

> What is the consequence of having excess alignment?

In our case the ELF section with the variable was also aligned to 64 bytes and the OS refused to load the executable.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140123/new/

https://reviews.llvm.org/D140123



More information about the llvm-commits mailing list