[libcxx-commits] [PATCH] D124328: [libc++] Forward more often to memmove in copy
Daniel Cheng via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 13 15:09:03 PDT 2022
dcheng added a comment.
Not sure if this helps, but Chrome noticed this breakage during an attempt to roll libc++: https://crbug.com/1322961
The "test" that we have for this is quite horrible and I'm not sure that we'd want to adopt it here, but just for the sake of completeness: https://source.chromium.org/chromium/chromium/src/+/main:base/containers/checked_iterators_unittest.cc;l=101;drc=633d2d745d1fd09256ab846e7f923fbc5c084770
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124328/new/
https://reviews.llvm.org/D124328
More information about the libcxx-commits
mailing list