[libcxx-commits] [PATCH] D110110: [libc++] [ABI BREAK] Remove non-atomic "platform" semaphore implementations.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 29 12:08:23 PDT 2021


ldionne added a comment.

In D110110#3096959 <https://reviews.llvm.org/D110110#3096959>, @Quuxplusone wrote:

> Rebased on main.
> @ldionne ping! do you want a release note in 14.x or just when you put it in 13.x? is this a good release note?

I'll add the release note to 13.x when I cherry-pick it manually.



================
Comment at: libcxx/docs/ReleaseNotes.rst:89
+  on all platforms, and does not use "native" semaphores such as pthreads
+  ``sem_t`` even on platforms that would support them.
+
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110110/new/

https://reviews.llvm.org/D110110



More information about the libcxx-commits mailing list