[PATCH] D28836: [tsan] Provide API for libraries for race detection on custom objects
Dmitry Vyukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 10:23:48 PST 2017
dvyukov added a comment.
> We can't ship those libraries TSanified (performance, security) nor can we maintain interceptors for them (too many APIs, changing APIs, ...). At this point, it's not clear which libraries will adopt this
I would prefer if we get buy in from at least few libraries before committing this for 2 reasons:
1. This code can end up being dead.
2. Designing a good API without uses is hard.
Repository:
rL LLVM
https://reviews.llvm.org/D28836
More information about the llvm-commits
mailing list