[libcxx-commits] [PATCH] D143689: [libc++] Add an option to disable the use of __ulock_wait
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 10 09:57:03 PST 2023
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
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.
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