[Lldb-commits] [PATCH] D143347: [lldb][DWARF] Infer no_unique_address attribute
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 6 09:49:25 PDT 2023
Michael137 added inline comments.
================
Comment at: lldb/test/API/types/TestEmptyBase.py:25-42
+ def test(self):
+ """Test that recursive structs are displayed correctly."""
+ self.build(dictionary=self.sources)
+ self.setTearDownCleanup(dictionary=self.sources)
+ self.run_expr()
+
+ def run_expr(self):
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143347/new/
https://reviews.llvm.org/D143347
More information about the lldb-commits
mailing list