[PATCH] D40935: Hardware-assisted AddressSanitizer (compiler-rt)

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 18:01:18 PST 2017


eugenis added a comment.

Note that hwasan stores current thread pointer in the TSD slot, because it needs to run on Android where thread-local (i.e. __thread) variables don't really work.
We plan to do the same with MSan in the future, but I don't know when.


https://reviews.llvm.org/D40935





More information about the llvm-commits mailing list