[libcxx-commits] [PATCH] D91778: [libc++] [C++20] [P0966] Fix bug PR45368 by correctly implementing P0966: string::reserve should not shrink.
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 23 03:28:25 PST 2020
curdeius added a comment.
I think I understood the problem with failing `Apple back-deployment macosx10.9`... I took a look at `libcxx/utils/ci/run-buildbot` that it invokes. It's not going to work in pre-merge test, because it uses libc++ binaries that it downloads from http://lab.llvm.org:8080/roots/libcxx-roots.tar.gz (obviously not compiled with changes from this patch).
@ldionne, any idea how this should be addressed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91778/new/
https://reviews.llvm.org/D91778
More information about the libcxx-commits
mailing list