From 5784c47806cf276e8fcc1311201f437cb8169261 Mon Sep 17 00:00:00 2001 From: Paul Kirth Date: Mon, 17 Jul 2023 17:09:47 +0000 Subject: [PATCH] [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 --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 2817397..acc92b2 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 `_). + (`See related patch `_). Removed Compiler Flags ------------------------- -- 2.7.4