[Lldb-commits] [lldb] [lldb] Handle improperly nested blocks differently (PR #117725)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 26 04:36:36 PDT 2025
================
@@ -0,0 +1,100 @@
+## This test checks that lldb handles (corrupt?) debug info which has improperly
+## nested blocks. The behavior here is not prescriptive. We only want to check
----------------
DavidSpickett wrote:
Could you add comments somewhere in this file that note where the "improper" bits are?
Somewhere in the block where you use the `.L` is probably best.
https://github.com/llvm/llvm-project/pull/117725
More information about the lldb-commits
mailing list