Michael137 added subscribers: aprantl, dblaikie.
Michael137 added inline comments.
================
Comment at: lldb/test/API/lang/cpp/no_unique_address/main.cpp:38
+ long v = 42;
+} _f3;
+
----------------
I haven't checked the reworked logic yet, but it still crashes on this:
```
self.expect_expr("_f3")
```
I'm leaning towards not trying to support older compilers if it gets too
complicated. Proposing a `DW_AT_no_unique_address` seems like the best option
to me since that's pretty trivial to implement and requires almost no support
on the LLDB side.
CC: @dblaikie @aprantl (since both were part of the [[
https://www.mail-archive.com/[email protected]/msg00876.html |
original discussion ]])
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143347/new/
https://reviews.llvm.org/D143347
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits