[libcxx-commits] [libcxx] [libc++] Document our ABI guarantees and what ABI flags exist to modify these guarantees (PR #132615)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 25 06:41:31 PDT 2025


================
@@ -0,0 +1,199 @@
+=======================
+libc++'s ABI Guarantees
+=======================
----------------
philnik777 wrote:

I don't think `ABIVersioning` is the right place, since this document isn't really about versioning. (And FWIW I think we need to re-work our ABI versioning story more generally). I'm also not really sure whether we consider our design docs to be user-facing or not. I feel like some are definitely user-facing while others clearly aren't.

https://github.com/llvm/llvm-project/pull/132615


More information about the libcxx-commits mailing list