[llvm-branch-commits] [llvm] b11009f - [NFC] Minor documentation fix for the release branch

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 22 07:33:22 PDT 2022


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


        


More information about the llvm-branch-commits mailing list