[Lldb-commits] [lldb] [lldb] Reland: Store SupportFile in FileEntry (NFC (PR #85892)

Jorge Gorbe Moya via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 20 12:52:57 PDT 2024


slackito wrote:

> Could you do me another favor and try swapping out line 292 in LineTable.cpp for:
> ```
>   line_entry.SetFile(
>        std::make_shared<SupportFile>(m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx)));
> ```

With that modification the test goes back to passing :)

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


More information about the lldb-commits mailing list