Author: Tobias Hieta Date: 2022-08-22T16:32:55+02:00 New Revision: b11009ffe7b6881571e80ee29e2bb7ba2da71959
URL: https://github.com/llvm/llvm-project/commit/b11009ffe7b6881571e80ee29e2bb7ba2da71959 DIFF: https://github.com/llvm/llvm-project/commit/b11009ffe7b6881571e80ee29e2bb7ba2da71959.diff LOG: [NFC] Minor documentation fix for the release branch Added: Modified: llvm/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index d94687263bb3f..c1aa8f9fc64ee 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -197,9 +197,9 @@ The change may affect the current use of ``half`` includes (but is not limited to): * Frontends generating ``half`` type in function passing and/or returning -arguments. + arguments. * Downstream runtimes providing any ``half`` conversion builtins assuming the -old ABI. + old ABI. * Projects built with LLVM 15.0 but using early versions of compiler-rt. When you find failures with ``half`` type, check the calling conversion of the _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
