[Lldb-commits] [lldb] [lldb] Fix source display for artificial locations (PR #115876)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 12 15:06:47 PST 2024


================
@@ -0,0 +1,8 @@
+#include "artificial_location.h"
+
+int A::foo() {
+#line 0
----------------
Michael137 wrote:

FYI there's some discussion about this test going on in https://github.com/llvm/llvm-project/pull/107849, in case you had some thoughts on Jeremy's points

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


More information about the lldb-commits mailing list