[PATCH] D38971: Enhance libsanitizer support for invalid-pointer-pair.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 26 10:02:47 PDT 2017
kcc added a comment.
In https://reviews.llvm.org/D38971#907748, @marxin wrote:
> I'll do it in a separate patch.
> Can you please @kcc explain me how should I use the lock for stack access in order to have it less locking?
> I'm planning also to come up with a multi-threaded test-case.
Please just don't do it in this patch -- no locking, no checking of other thread's stacks.
https://reviews.llvm.org/D38971
More information about the llvm-commits
mailing list