[PATCH] D46585: Align ClearShadowForThreadStackAndTLS for NetBSD/i386

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 11:24:23 PDT 2018


vitalybuka added a comment.

01-07 shadow values are used for partially addressable blocks. Problem that only lowest bytes can be partially partially addressable. So you have to alight tls_begin_.
But you don't have to do so fo the tls_end_, it will be handled by partial values.


Repository:
  rL LLVM

https://reviews.llvm.org/D46585





More information about the llvm-commits mailing list