aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2023-09-15 15:15:14 -0400
committerAaron Ballman <aaron@aaronballman.com>2023-09-15 15:15:52 -0400
commitcf3b12c795eed11894e7a2bad5d6b4600135767c (patch)
treeab829a44da29715fd0ce1a73e1282c5f80233d97
parent434aa2fe564673bbf3785a4e11f6493bf91a23f0 (diff)
downloadllvm-cf3b12c795eed11894e7a2bad5d6b4600135767c.zip
llvm-cf3b12c795eed11894e7a2bad5d6b4600135767c.tar.gz
llvm-cf3b12c795eed11894e7a2bad5d6b4600135767c.tar.bz2
Fix lld Sphinx build
This addresses issues found by: https://lab.llvm.org/buildbot/#/builders/69/builds/41718
-rw-r--r--lld/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index a5e66d9..9915f07 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -30,7 +30,7 @@ ELF Improvements
Without ``--fat-lto-objects``, LLD will link LLVM FatLTO objects using the
relocatable object file. (`D146778 <https://reviews.llvm.org/D146778>`_)
* common-page-size can now be larger than the system page-size.
- (`#57618 <https://github.com/llvm/llvm-project/issues/57618>`_)
+ (`#57618 <https://github.com/llvm/llvm-project/issues/57618>`_)
Breaking changes
----------------