[libcxx-commits] [libcxx] [lldb] [libcxx] adds a size-based representation for `vector`'s unstable ABI (PR #155330)
Christopher Di Bella via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 23 14:02:53 PDT 2026
================
@@ -58,6 +58,54 @@ most cases.
This significantly restructures how ``function`` is written to provide better performance, but is currently not ABI
stable.
+``_LIBCPP_ABI_VECTOR_LAYOUT``
----------------
cjdb wrote:
Done.
https://github.com/llvm/llvm-project/pull/155330
More information about the libcxx-commits
mailing list