[PATCH] D13445: [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 5 12:23:41 PDT 2015


aprantl accepted this revision.
aprantl added a reviewer: aprantl.
aprantl added a comment.
This revision is now accepted and ready to land.

Grepping through the nm output of libc++abi it looks like bad_array_length is included in Xcode 7 and Xcode 6.4, which is also what is installed on the lab.llvm.org:8080 machines and going further back it looks like it is even included in MacOSX10.9.sdk in Xcode 5.1.1.

I don't think there are any expectation that LLVM trunk can be built with older versions.

Thanks for investigating this!


http://reviews.llvm.org/D13445





More information about the cfe-commits mailing list