[Lldb-commits] [lldb] Fix type lookup bug where wrong decl context was being used for a DIE. (PR #94846)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Sat Jun 8 00:53:36 PDT 2024
================
@@ -0,0 +1,69 @@
+"""
----------------
Michael137 wrote:
There's also a unit-test for `GetTypeLookupContext` in `lldb/unittests/SymbolFile/DWARF/DWARFDIETest.cpp`. Would be nice to add a test-case there too (if the yaml isn't too much of a hassle)
https://github.com/llvm/llvm-project/pull/94846
More information about the lldb-commits
mailing list