[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:48 PDT 2024
================
@@ -0,0 +1,25 @@
+// XFAIL: *
+
+// RUN: %clangxx_host -gdwarf -o %t %s
+// RUN: %lldb %t \
+// RUN: -o "b main" \
----------------
labath wrote:
It looks like you're not actually running the binary. Do you need the breakpoint?
https://github.com/llvm/llvm-project/pull/96932
More information about the lldb-commits
mailing list