[libcxx-commits] [PATCH] D96790: [libc++] Enable the synchronization library on Apple platforms

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 3 13:29:16 PDT 2021


ldionne added subscribers: wash, Bigcheese.
ldionne added a comment.

Ping @__simt__ @wash @Bigcheese  Do we foresee any ABI changes? If not, we'd like to mark this as available on Apple platforms ASAP, because people have started seeing issues where codebases expect the synchronization library to be provided by AppleClang, but it's not. If we don't plan on making ABI breaking changes, I think it would be positive for the C++ ecosystem to ship it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96790



More information about the libcxx-commits mailing list