[PATCH] D118499: [docs] Update Prolog/Epilog Code Insertion docs to show it's still incomplete
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 12:36:21 PST 2022
void accepted this revision.
void added a comment.
This revision is now accepted and ready to land.
In D118499#3280491 <https://reviews.llvm.org/D118499#3280491>, @DanielMcIntosh-IBM wrote:
> Also: I'm not sure if `Compact Unwind` even belongs in the `Prolog/Epilog Code Insertion` section. I don't know very much about it, but it seems to me like it's something entirely separate from `Prolog/Epilog Code Insertion`.
Good point. This is probably just an oversight. I added a comment to change the heading for "Compact Unwind" to an H1 <https://reviews.llvm.org/H1> instead of H2 <https://reviews.llvm.org/H2>. But otherwise LGTM.
================
Comment at: llvm/docs/CodeGenerator.rst:1490
Compact Unwind
+^^^^^^^^^^^^^^
----------------
Please change to dashes (e.g. `---`).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118499/new/
https://reviews.llvm.org/D118499
More information about the llvm-commits
mailing list