[PATCH] D59607: libc++/win: Make once_flag have the same size as a pointer
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 20 15:23:07 PDT 2019
thakis marked 2 inline comments as done.
thakis added a comment.
Thanks, landing with UNSTABLE part removed.
================
Comment at: libcxx/include/mutex:579
+#if defined(_LIBCPP_ABI_MICROSOFT) || defined(_LIBCPP_ABI_UNSTABLE)
+ typedef uintptr_t _State_type;
----------------
EricWF wrote:
> I don't see value changing this in the unstable ABI.
I figured then it'll use the same type everywhere eventually, but removed ABI_UNSTABLE again.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59607/new/
https://reviews.llvm.org/D59607
More information about the llvm-commits
mailing list