[llvm] [llvm][Docs] Clarify release ABI/API compatibility rules (PR #123049)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 07:48:05 PST 2025
================
@@ -349,8 +349,7 @@ Below are the rules regarding patching the release branch:
#. *Bug fix releases* Patches should be limited to bug fixes or very safe
and critical performance improvements. Patches must maintain both API and
- ABI compatibility with the previous major release.
-
+ ABI compatibility with the previous release from the release branch.
----------------
tstellar wrote:
Maybe something like: `ABI compatibility with the X.1.0 release` I think that's a little more clear than `release from the release branch`.
https://github.com/llvm/llvm-project/pull/123049
More information about the llvm-commits
mailing list