[Lldb-commits] [lldb] [lldb][AIX] Added XCOFF Object File Header for AIX (PR #111814)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 18 00:07:41 PDT 2024


labath wrote:

> But lldb-test does not recognize the object file generated by yaml2obj on a linux ppc64 system (where I have only the merged changes and the xcoff changes only present in this PR). Is it not supposed to work that way or am I missing something?

It should work. It's likely that you missed some critical (small) piece of functionality that causes lldb to think the input is not valid. It should be fairly easy to step through the relevant code in `lldb-test` and see where it bails out (then to implement whatever is necessary to make it not do that). We don't run lldb tests on ppc64 on a regular basis, so it's also possible you're missing hitting some bug specific to that host, but I don't think that's the (only) problem here, as the test doesn't pass for me on x86 either.

https://github.com/llvm/llvm-project/pull/111814


More information about the lldb-commits mailing list