Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tsan] Suppress a benign race during metadata cache lookup
This data race is benign and should not occur on the platforms we currently care about. However, do set the ordering appropriately when built with TSan to avoid reporting races from Swift code. The metadata lookup code relies on these orderings for synchronization.
- Loading branch information