[libcxx-commits] [PATCH] D78763: Add optimization to basic_string::assign for compile-time known constant values.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 24 04:17:52 PDT 2020
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Herald added a subscriber: dexonsmith.
Please make sure you update the ABI v2 abi list when you make these changes. It's currently broken (and this change will break it even more). You can run `make check-cxx-abilist` to see the failures.
Or, I guess we can also have a discussion to disable the abi list tests for unstable ABIs, since it's not that useful I guess.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78763/new/
https://reviews.llvm.org/D78763
More information about the libcxx-commits
mailing list