[PATCH] D55596: Reimplement Thread Static Data ASan routines with TLS

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 03:32:11 PST 2018


krytarowski added a comment.

In D55596#1336105 <https://reviews.llvm.org/D55596#1336105>, @krytarowski wrote:

> In D55596#1336058 <https://reviews.llvm.org/D55596#1336058>, @vitalybuka wrote:
>
> > should this cause any changes in tests?  maybe something is going to pass now?
>
>
> With this patch, ASan is functional at all, no longer with local modifications.
>
> I'm going to update equivalent code for HWASan and MSan soon.


Actually, I've noted that HWASan has been refactored.. and it would help to test it. How to get hardware with HWASan? Is there a simulator?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55596





More information about the llvm-commits mailing list