[Lldb-commits] [lldb] [lldb][test] Add test for detecting CV-quals of explicit object member functions (PR #125053)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 30 04:24:34 PST 2025


================
@@ -0,0 +1,22 @@
+// XFAIL: *
+
+// Tests that we correctly deduce the CV-quals and storage
+// class of explicit object member functions.
+//
+// RUN: %clangxx_host %s -g -std=c++23 -c -o %t
----------------
labath wrote:

I *think* you need -gdwarf to produce dwarf on windows. But maybe it's better to hardcode your favourite triple for reproducibility?

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


More information about the lldb-commits mailing list