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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to