[llvm] 0ee7a2c - [docs] Update Prolog/Epilog Code Insertion docs to show it's still incomplete
Daniel McIntosh via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 12:25:50 PST 2022
Author: Daniel McIntosh
Date: 2022-01-31T15:25:46-05:00
New Revision: 0ee7a2c3046d465b199375bfe212d3d209967b03
URL: https://github.com/llvm/llvm-project/commit/0ee7a2c3046d465b199375bfe212d3d209967b03
DIFF: https://github.com/llvm/llvm-project/commit/0ee7a2c3046d465b199375bfe212d3d209967b03.diff
LOG: [docs] Update Prolog/Epilog Code Insertion docs to show it's still incomplete
Compact Unwind is a subsection, but that was lost in rGff9feeb520a32d076c3095468208ae116c428285
Reviewed By: void
Differential Revision: https://reviews.llvm.org/D118499
Added:
Modified:
llvm/docs/CodeGenerator.rst
Removed:
################################################################################
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst
index 75d82d6eaf961..0ea6481ba41c1 100644
--- a/llvm/docs/CodeGenerator.rst
+++ b/llvm/docs/CodeGenerator.rst
@@ -1482,7 +1482,12 @@ line option ``-regalloc=...``:
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
More information about the llvm-commits
mailing list