[Lldb-commits] [lldb] [lldb][AIX] Added base files for NativeProcess Support for AIX (PR #118160)
Dhruv Srivastava via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 11 06:01:23 PDT 2025
DhruvSrivastavaX wrote:
> I don't know if you have worked on LLVM before but regardless, thank you for making use of the nice error handling patterns we have. Even if sometimes they're a bit too much.
> I don't have any major problems with this, just some style points and a couple of things that need better explanations.
Thanks @DavidSpickett , Although I am comparatively new to llvm source code, but I have been using the ibm version of clang compiler for quite some time
but as for the error handling, I can see that they are pretty effective, so its good if I can follow it well.
https://github.com/llvm/llvm-project/pull/118160
More information about the lldb-commits
mailing list