ldionne added inline comments.
================ Comment at: libcxx/include/streambuf:261 - _LIBCPP_ALWAYS_INLINE + _LIBCPP_INLINE_VISIBILITY void __pbump(streamsize __n) { __nout_ += __n; } ---------------- This one was marked as `_LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY` instead of `_LIBCPP_INLINE_VISIBILITY` in the previous revision. This is what caused the `check-cxx-abilist` test to fail. Repository: rL LLVM https://reviews.llvm.org/D48892 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits