We currently assume that the presence of _atomic_compare_exchange on a native width int means that the entire spectrum of __atomic* ops are available to us. We make similar assumptions for std::atomic or __sync.
We should expand these tests to check for the presence of the entire API surface that we require.
- is related to
-
SERVER-17447 Failed to build on Linux i686 with clang
- Closed