[llvm] [Docs][DebugInfo][RemoveDIs] Revise debug info migration guide title (PR #81480)

via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 05:44:19 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-debuginfo

Author: J. Ryan Stinnett (jryans)

<details>
<summary>Changes</summary>

As @<!-- -->aeubanks [mentioned](https://github.com/llvm/llvm-project/pull/79167#issuecomment-1935067804), the debug info migration guide could use a better title for clarity. This revises the title to make the topic more obvious.

---
Full diff: https://github.com/llvm/llvm-project/pull/81480.diff


1 Files Affected:

- (modified) llvm/docs/RemoveDIsDebugInfo.md (+1-1) 


``````````diff
diff --git a/llvm/docs/RemoveDIsDebugInfo.md b/llvm/docs/RemoveDIsDebugInfo.md
index e871fed43a7cc..a0577678e20fc 100644
--- a/llvm/docs/RemoveDIsDebugInfo.md
+++ b/llvm/docs/RemoveDIsDebugInfo.md
@@ -1,4 +1,4 @@
-# What's all this then?
+# Debug info migration: From intrinsics to records
 
 We're planning on removing debug info intrinsics from LLVM, as they're slow, unwieldy and can confuse optimisation passes if they're not expecting them. Instead of having a sequence of instructions that looks like this:
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/81480


More information about the llvm-commits mailing list