[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] GetClangDeclForDIE: don't create VarDecl for static data members (PR #77155)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 8 04:05:37 PST 2024


================
@@ -0,0 +1,23 @@
+# UNSUPPORTED: system-darwin, system-windows
----------------
Michael137 wrote:

As @dwblaikie points out, we need a process to run the expression. But if we specify `-flimit-debug-info` I can repro the crash on Darwin too, so we can remove `UNSUPPORTED` here and get the coverage that way.

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


More information about the lldb-commits mailing list