[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 06:50:03 PDT 2024
================
@@ -0,0 +1,23 @@
+// RUN: %clangxx --target=x86_64-pc-linux -o %t -c %s -g
----------------
Michael137 wrote:
Ahh got it
I saw the tests in this directory weren't run on my M1 and misinterpreted that.
```
The thing I like about a test like this is that it (again, like the llvm tests) runs the same way everywhere, so there's little risk of needing to scrable to find a freebsd-mips (I'm exaggerating, I know) machine to reproduce a problem somewhere.
```
Agreed
https://github.com/llvm/llvm-project/pull/102116
More information about the lldb-commits
mailing list