dlav-sc wrote:

> I'm wondering if there's a more fundamental fix to be made here. Like perhaps 
> treating treating any allocatable SHT_NOBITS section as ZeroFill.
> 
> Basically to add `case SHT_NOBITS: if (H.sh_flags & SHF_ALLOC) return 
> eSectionTypeZeroFill;` to `GetSectionType` (line 1716)

Yes, thanks, works fine. 

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

Reply via email to