[PATCH] D31555: [PPC64, Sanitizers] Proper stack frame for the thread spawned in internal_clone

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 02:29:14 PDT 2017


nemanjai added a comment.

I can't claim I really understand this sanitizer code, but won't this depend on the decision made as part of this code:
https://reviews.llvm.org/D29881
https://reviews.llvm.org/rL296771

Should we make a modification that always creates a parameter save area for sanitizers? Or is this completely orthogonal?


https://reviews.llvm.org/D31555





More information about the llvm-commits mailing list