From 0ee7a2c3046d465b199375bfe212d3d209967b03 Mon Sep 17 00:00:00 2001 From: Daniel McIntosh Date: Fri, 28 Jan 2022 14:18:56 -0500 Subject: [PATCH] [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 --- llvm/docs/CodeGenerator.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index 75d82d6..0ea6481 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 -- 2.7.4