[PATCH] D46466: [asan] Add AsanThread::Restart() to support thread restart
Walter Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 12:28:52 PDT 2018
waltl marked an inline comment as done.
waltl added a comment.
In https://reviews.llvm.org/D46466#1103420, @alekseyshl wrote:
> Ah, right, it is private. Use stack_top() and stack_bottom() then, they are public.
Right. Sorry I missed that. Done, and that makes this patch obsolete.
Repository:
rL LLVM
https://reviews.llvm.org/D46466
More information about the llvm-commits
mailing list