[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Handle pointer-to-member-data non-type template (PR #187598)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 20 05:21:14 PDT 2026


================
@@ -0,0 +1,15 @@
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestCase(TestBase):
+    @no_debug_info_test
----------------
Michael137 wrote:

I think we do want to test it for the various debug-info variants. Since this touches the DWARF parser

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


More information about the lldb-commits mailing list