[libcxx-commits] [libcxx] [libc++] Document our ABI guarantees and what ABI flags exist to modify these guarantees (PR #132615)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 23 08:59:23 PDT 2025
================
@@ -0,0 +1,199 @@
+=======================
+libc++'s ABI Guarantees
+=======================
+
+libc++ provides multiple types ABI guarantees. These include stability of the layout of structs, the linking of TUs
----------------
H-G-Hristov wrote:
```suggestion
libc++ provides multiple types ABI guarantees.
```
Maybe "types of ABI"?
https://github.com/llvm/llvm-project/pull/132615
More information about the libcxx-commits
mailing list