[PATCH] D118499: [docs] Update Prolog/Epilog Code Insertion docs to show it's still incomplete
Daniel McIntosh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 08:07:16 PST 2022
DanielMcIntosh-IBM updated this revision to Diff 404538.
DanielMcIntosh-IBM added a comment.
As per review comment, change heading level for Compact Unwind so it's no longer under Prolog/Epilog
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118499/new/
https://reviews.llvm.org/D118499
Files:
llvm/docs/CodeGenerator.rst
Index: llvm/docs/CodeGenerator.rst
===================================================================
--- llvm/docs/CodeGenerator.rst
+++ llvm/docs/CodeGenerator.rst
@@ -1482,7 +1482,12 @@
Prolog/Epilog Code Insertion
----------------------------
+.. note::
+
+ To Be Written
+
Compact Unwind
+--------------
Throwing an exception requires *unwinding* out of a function. The information on
how to unwind a given function is traditionally expressed in DWARF unwind
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118499.404538.patch
Type: text/x-patch
Size: 475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/1b00a919/attachment.bin>
More information about the llvm-commits
mailing list