[Lldb-commits] [lldb] [lldb][AIX] Header Parsing for XCOFF Object File in AIX (PR #116338)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 2 00:42:25 PST 2024


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


More information about the lldb-commits mailing list