[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:12:12 PST 2022


DanielMcIntosh-IBM updated this revision to Diff 404539.
DanielMcIntosh-IBM added a comment.

No change, rebase so hopefully CI passes this time


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.404539.patch
Type: text/x-patch
Size: 475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/3a8d79bc/attachment.bin>


More information about the llvm-commits mailing list