================

----------------
nga888 wrote:

Sorry for the delay to reply but I've been more busy of late. I can confirm 
that it was a downstream code path which was calling `getFile()` for a 
`SyntheticSection` that was causing the assertion. This downstream code was 
effectively ignoring any "internal" sections based on the return from 
`getFile()`. It now first filters out sections of type `SyntheticSection` to 
avoid the assertion.

Even though there's no upstream code path that hits this issue, I think 
updating that comment and `getFile()` would be worthwhile to avoid any 
confusion.

Thanks!

https://github.com/llvm/llvm-project/pull/78944
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to