paulkirth created this revision.
Herald added a project: All.
paulkirth requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155490

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -269,7 +269,7 @@
 
 - ``-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
 -------------------------


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -269,7 +269,7 @@
 
 - ``-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