Author: Paul Kirth
Date: 2023-07-17T17:18:32Z
New Revision: 5784c47806cf276e8fcc1311201f437cb8169261

URL: 
https://github.com/llvm/llvm-project/commit/5784c47806cf276e8fcc1311201f437cb8169261
DIFF: 
https://github.com/llvm/llvm-project/commit/5784c47806cf276e8fcc1311201f437cb8169261.diff

LOG: [clang][docs] Fix tag target name in link

The `see patch` tag conflicted w/ one later in the document. Changing
the text should fix the documentation build error.

Differential Revision: https://reviews.llvm.org/D155490

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 2817397a67537e..acc92b28ad9911 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -269,7 +269,7 @@ Modified Compiler Flags
 
 - ``-ffat-lto-objects`` can now be used to emit object files with both object
   code and LLVM bitcode. Previously this flag was ignored for GCC 
compatibility.
-  (`See patch <https://reviews.llvm.org/D146777>`_).
+  (`See related patch <https://reviews.llvm.org/D146777>`_).
 
 Removed Compiler Flags
 -------------------------


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to