[all-commits] [llvm/llvm-project] 7cfff0: [lld-macho][docs] Cosmetic changes
Jez Ng via All-commits
all-commits at lists.llvm.org
Mon Sep 12 12:52:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cfff0f2769b8923c5d86a9c137460e8df80d4da
https://github.com/llvm/llvm-project/commit/7cfff0f2769b8923c5d86a9c137460e8df80d4da
Author: Jez Ng <jezng at fb.com>
Date: 2022-09-12 (Mon, 12 Sep 2022)
Changed paths:
M lld/docs/MachO/index.rst
M lld/docs/MachO/ld64-vs-lld.rst
Log Message:
-----------
[lld-macho][docs] Cosmetic changes
1. Fixed rST hyperlink syntax
2. Renamed LD64 -> ld64
3. Moved up the `-no_deduplicate` section so it is right under the
section talking about how our default dedup behavior differs; IMO
it makes more sense to read them in that order
4. De-bullet-listed some other sections so we have less whitespace in
the rendered page
5. Since the Mach-O LLD Port page has only one sub-page, don't render an
entire toctree with just one item. Use a "See also" box instead.
6. Wrap lines at 80 chars.
Reviewed By: #lld-macho, thevinster
Differential Revision: https://reviews.llvm.org/D133717
More information about the All-commits
mailing list