[Lldb-commits] [lldb] [lldb][test] Add test-cases for packed/aligned structures (PR #96932)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 28 00:31:47 PDT 2024
================
@@ -0,0 +1,36 @@
+// RUN: %clangxx_host -gdwarf -o %t %s
+// RUN: %lldb %t \
+// RUN: -o "b main" \
----------------
labath wrote:
same here
https://github.com/llvm/llvm-project/pull/96932
More information about the lldb-commits
mailing list