[Lldb-commits] [lldb] [LLDB] Ensure the data of apple accelerator tables is kept around (PR #71828)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 10 13:42:43 PST 2023
================
@@ -57,7 +57,9 @@ std::unique_ptr<AppleDWARFIndex> AppleDWARFIndex::Create(
return std::make_unique<AppleDWARFIndex>(
----------------
walter-erquinigo wrote:
@JDevlieghere , what do you suggest in this case? Plain assert or better not to put anything? I'd rather follow the guidelines
https://github.com/llvm/llvm-project/pull/71828
More information about the lldb-commits
mailing list