[libcxx-commits] [PATCH] D143689: [libc++] Add an option to disable the use of __ulock_wait

Byoungchan Lee via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 10 23:33:54 PST 2023


bc-lee added a comment.

In D143689#4118849 <https://reviews.llvm.org/D143689#4118849>, @ldionne wrote:

> When shipping on the App Store, you should be using the system-provided libc++. There are various reasons for that, but long story short it'll make your app a good citizen in the ecosystem.
>
> Is there a reason why you're going for a static link instead? If you are not careful, I can imagine various ways this could behave unexpectedly.

As I wrote in the issue (https://github.com/llvm/llvm-project/issues/60466), there are already some projects that do this. But I'm not speaking on behalf of those projects.

@thakis , can you explain why chromium uses static libc++ on Apple platforms?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143689



More information about the libcxx-commits mailing list