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

via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 09:56:20 PST 2024


Author: J. Ryan Stinnett
Date: 2024-02-12T17:56:17Z
New Revision: a3dcc7ab3a4121a4185eab102fdbe39bbd7bf89f

URL: https://github.com/llvm/llvm-project/commit/a3dcc7ab3a4121a4185eab102fdbe39bbd7bf89f
DIFF: https://github.com/llvm/llvm-project/commit/a3dcc7ab3a4121a4185eab102fdbe39bbd7bf89f.diff

LOG: [Docs][DebugInfo][RemoveDIs] Revise debug info migration guide title (#81480)

Added: 
    

Modified: 
    llvm/docs/RemoveDIsDebugInfo.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RemoveDIsDebugInfo.md b/llvm/docs/RemoveDIsDebugInfo.md
index e871fed43a7cc6..a0577678e20fcd 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:
 


        


More information about the llvm-commits mailing list