TSan does not observe synchronization that prevents these races, so we use run time ignores to ensure they are not reported.
Details
Details
- Reviewers
kcc dvyukov kubamracek - Commits
- rG03136efd1bbd: [tsan] Test that false races from ObjC's dealloc, .cxx_destruct, and initialize…
rCRT286693: [tsan] Test that false races from ObjC's dealloc, .cxx_destruct, and initialize…
rL286693: [tsan] Test that false races from ObjC's dealloc, .cxx_destruct, and initialize…
Diff Detail
Diff Detail
- Repository
- rL LLVM