[Lldb-commits] [PATCH] D113449: Revert "[lldb] Disable minimal import mode for RecordDecls that back FieldDecls"
Jordan Rupprecht via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 9 16:56:53 PST 2021
rupprecht added inline comments.
================
Comment at: lldb/test/Shell/SymbolFile/DWARF/PR52257.cpp:21
+};
+B b;
----------------
teemperor wrote:
> FWIW, I think probably should be an API test (for a bunch of reasons from not relying on formatting output to remote device testing), but given this is just a revert I won't insist on that. Thanks again!
Makes sense -- this was just the easiest way to copy/paste the repro from the bug. I'll convert it to an API test when landing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113449/new/
https://reviews.llvm.org/D113449
More information about the lldb-commits
mailing list