[lld] cf3b12c - Fix lld Sphinx build

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 12:16:05 PDT 2023


Author: Aaron Ballman
Date: 2023-09-15T15:15:52-04:00
New Revision: cf3b12c795eed11894e7a2bad5d6b4600135767c

URL: https://github.com/llvm/llvm-project/commit/cf3b12c795eed11894e7a2bad5d6b4600135767c
DIFF: https://github.com/llvm/llvm-project/commit/cf3b12c795eed11894e7a2bad5d6b4600135767c.diff

LOG: Fix lld Sphinx build

This addresses issues found by:
https://lab.llvm.org/buildbot/#/builders/69/builds/41718

Added: 
    

Modified: 
    lld/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index a5e66d98800cc6e..9915f07cc5a7ebc 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
 ----------------


        


More information about the llvm-commits mailing list