diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2023-09-15 15:15:14 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2023-09-15 15:15:52 -0400 |
commit | cf3b12c795eed11894e7a2bad5d6b4600135767c (patch) | |
tree | ab829a44da29715fd0ce1a73e1282c5f80233d97 | |
parent | 434aa2fe564673bbf3785a4e11f6493bf91a23f0 (diff) | |
download | llvm-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.rst | 2 |
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 ---------------- |