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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0ee7a2c3046d: [docs] Update Prolog/Epilog Code Insertion docs to show it's still incomplete (authored by DanielMcIntosh-IBM).

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


More information about the llvm-commits mailing list