[Lldb-commits] [lldb] [lldb][AIX] Taking Linux Host Info header's base for AIX (PR #106910)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 2 01:11:46 PDT 2024
labath wrote:
> AIX specific tweaks
That's exactly what I'm worried about. I have seen the full PR, and while I haven't compared it side by side with linux, I did have a very strong sense of deja-vu when viewing it. So if like 80% of the code is going to be the same, then we should figure out how to share that code instead of making it a copy. Maybe both systems could be instances of some generic linux-like (whatever you want to call it) system...
https://github.com/llvm/llvm-project/pull/106910
More information about the lldb-commits
mailing list