[PATCH] D46467: [asan] Add argument to allow fake stack to be initialized during thread init

Walter Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 21:13:45 PDT 2018


waltl added a comment.

In https://reviews.llvm.org/D46467#1090580, @waltl wrote:

> In https://reviews.llvm.org/D46467#1088573, @kcc wrote:
>
> > What if we try to just always call AsyncSignalSafeLazyInitFakeStack here? 
> >  There used to be a reason why this was done lazily, but I don't remember if we still have that reason.
>
>
> That would be great.  I can prepare a commit for that.


See https://reviews.llvm.org/D46626.


Repository:
  rL LLVM

https://reviews.llvm.org/D46467





More information about the llvm-commits mailing list