[PATCH] D40583: Defer StartBackgroundThread() and StopBackgroundThread() in TSan
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 29 02:33:40 PST 2017
krytarowski added a comment.
Thank you again for the great support!
Next MSan.
Status:
MSan - 1/3 tests pass, but needs more work
Scudo - I got it to build and pass some tests locally, however a lot of them are designed for <malloc.h> specific internals from GLIBC
XRay - it does not look to be far away, waiting for Darwin patches to get merged
LSan - still no functional StopTheWorld(),
KAsan - frontend/llvm part is done, but kernel part needs porting
KUBsan - same as KAsan
ESan - not started, appears to require more work to handle FILE*.
Repository:
rL LLVM
https://reviews.llvm.org/D40583
More information about the llvm-commits
mailing list