Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to newer, explicit atomic API (dotnet/corefx#37456)
Starting with clang 8, the older __sync atomic functions produce a warning for implicit strong memory barriers. This switches to the newer __atomic API where memory ordering is explicitly specified. Fixes dotnet/corefx#37174 Commit migrated from dotnet/corefx@bd27863
- Loading branch information