[PATCH] D155490: [clang][docs] Fix tag target name in link
Paul Kirth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 17 10:13:30 PDT 2023
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
-------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155490.541116.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230717/9770723e/attachment.bin>
More information about the cfe-commits
mailing list