[PATCH] D54804: [libcxx] Remove bad_array_length
Duncan P. N. Exon Smith via Phabricator
reviews at reviews.llvm.org
Mon Nov 26 15:29:39 PST 2018
dexonsmith added a comment.
In D54804#1308803 <https://reviews.llvm.org/D54804#1308803>, @ldionne wrote:
> In D54804#1308795 <https://reviews.llvm.org/D54804#1308795>, @dexonsmith wrote:
>
> > If we have shipped this in libc++abi.dylib, we need to continue supporting it for bincompat of existing apps.
>
>
> I don't think it's possible for any application to actually use the symbols, as they were marked as unavailable on Darwin.
I think I added that markup later though. What was the setup for applications built before that markup was there?
(Agreed that we don't care about people who added their own declarations.)
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54804/new/
https://reviews.llvm.org/D54804
More information about the libcxx-commits
mailing list