[all-commits] [llvm/llvm-project] ab3509: [docs] Rewrite LLD docs to Markdown (#209897)
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Thu Jul 16 13:21:40 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab35099249433e55ba586285c2087d0bd7f65e9c
https://github.com/llvm/llvm-project/commit/ab35099249433e55ba586285c2087d0bd7f65e9c
Author: Reid Kleckner <rkleckner at nvidia.com>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M lld/docs/DTLTO.md
M lld/docs/ELF/large_sections.md
M lld/docs/ELF/linker_script.md
M lld/docs/ELF/start-stop-gc.md
M lld/docs/ELF/warn_backrefs.md
M lld/docs/MachO/index.md
M lld/docs/MachO/ld64-vs-lld.md
M lld/docs/NewLLD.md
M lld/docs/ReleaseNotes.md
M lld/docs/WebAssembly.md
M lld/docs/conf.py
M lld/docs/error_handling_script.md
M lld/docs/index.md
M lld/docs/missingkeyfunction.md
M lld/docs/windows_support.md
Log Message:
-----------
[docs] Rewrite LLD docs to Markdown (#209897)
Tracking issue: #201242
This is a stacked PR based on #209894 , which will be a standalone
commit that renames *.rst -> *.md before this PR lands for history
preservation purposes. See the [migration guide] for more information.
[migration guide]:
https://llvm.org/docs/SphinxQuickstartTemplate.html#markdown-migration-guidelines
This was prepared with rst2myst plus LLM-assisted cleanup. I paged
through all the generated HTML looking for migration artifacts, and all
of the differences I could find appear to be formatting error
corrections. Please spot check my work and approve if it looks good.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list