In preparation for replacing tsan Mutex with sanitizer_common Mutex,
which has thread-safety annotations. Thread safety analysis does not
understand MetaMap::GetAndLock which returns a locked sync object.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo