[Lldb-commits] [lldb] [lldb] Fix crash when adding members to an "incomplete" type (PR #102116)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 6 04:43:21 PDT 2024


================
@@ -0,0 +1,23 @@
+// RUN: %clangxx --target=x86_64-pc-linux -o %t -c %s -g
----------------
Michael137 wrote:

This would only crash with `-flimit-debug-info` right? Could we add that here?
Also should we move it to the non-x86 directory? Not sure what the intent behind the x86 directory is but it would be nice to get the coverage when running this on ARM machines too

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


More information about the lldb-commits mailing list