[clang][docs] Fix tag target name in link
authorPaul Kirth <paulkirth@google.com>
Mon, 17 Jul 2023 17:09:47 +0000 (17:09 +0000)
committerPaul Kirth <paulkirth@google.com>
Mon, 17 Jul 2023 17:18:32 +0000 (17:18 +0000)
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

clang/docs/ReleaseNotes.rst

index 2817397..acc92b2 100644 (file)
@@ -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
 -------------------------