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

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 24 10:40:06 PDT 2025


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

I wonder about the location of this file. Since we call them Guarantees I feel this is aimed at our users and our developers.  Reading the document gives me the same vibes; aiming at users and developers. So I would like to have this information to be at the user documentation.

Maybe adding it to https://libcxx.llvm.org/DesignDocs/ABIVersioning.html would be better.

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


More information about the libcxx-commits mailing list