Commits

Anna Zaks committed d81c6ba1f26
[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.