[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
Fri Jan 28 11:24:28 PST 2022


DanielMcIntosh-IBM created this revision.
DanielMcIntosh-IBM added a reviewer: void.
DanielMcIntosh-IBM requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Compact Unwind is a subsection, but that was lost in rGff9feeb520a32d076c3095468208ae116c428285 <https://reviews.llvm.org/rGff9feeb520a32d076c3095468208ae116c428285>


Repository:
  rG LLVM Github Monorepo

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.404105.patch
Type: text/x-patch
Size: 475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220128/0c3ae081/attachment.bin>


More information about the llvm-commits mailing list