[Lldb-commits] [lldb] Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (PR #69981)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 17:18:16 PDT 2023
================
@@ -26,7 +26,7 @@
// CHECK-ANON-S1: CXXRecordDecl {{.*}} imported in A struct
StructB s3;
-// CHECK-ANON-S2: CXXRecordDecl {{.*}} imported in A.B {{.*}} struct
+// CHECK-ANON-S2: CXXRecordDecl {{.*}} imported in A.B {{.*}}struct
----------------
adrian-prantl wrote:
In case someone asks about this: before we force-parsed the DIE by calling GetDeclContext() there used to be an `<undeserialized declaration>` output here that is irrelevant to the test.
https://github.com/llvm/llvm-project/pull/69981
More information about the lldb-commits
mailing list