[PATCH] D40545: [sanitizer] add msvc atomic_compare_exchange_strong for sint32_t

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 04:52:44 PST 2017


dvyukov added a comment.

Where do you want to use this?
I see only 2 uses of atomic_sint32_t, at least one of which should actually use atomic_uint32_t.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D40545





More information about the llvm-commits mailing list