[Lldb-commits] [lldb] [lldb][AIX] Header Parsing for XCOFF Object File in AIX (PR #116338)
Dhruv Srivastava via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 15 02:45:48 PST 2024
DhruvSrivastavaX wrote:
> Do you actually need to parse the headers yourself? The reason for using the llvm implementation was so that we can avoid that. FWICS, all of this data should be available through the `(file|auxiliary)Header(32|64)` APIs.
Okay, I'll take a look at that.
> BTW, this is exactly the kind of granularity I was looking for.
Happy to hear that! Will follow the similar practice.
> I don't know, but I wouldn't be worried about that. The test failure is more of a concern.
Yeah, I think I missed the test case modification accordingly. Will update!
https://github.com/llvm/llvm-project/pull/116338
More information about the lldb-commits
mailing list