labath wrote: So, using the llvm structures for parsing (instead of rolling your own) is definitely a step in the right direction. However, I don't think you need to roll your own parsing either, given that the headers have already been parsed in llvm::XCOFFObjectFile. Why can't you just use the header from there?
https://github.com/llvm/llvm-project/pull/116338 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits