[Lldb-commits] [PATCH] D64251: Don't depend on psutil on AIX
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 9 17:11:16 PDT 2019
davide requested changes to this revision.
davide added a comment.
This revision now requires changes to proceed.
This is adding a fair amount of complexity on something that just works fine on basically every platform but AIX.
If AIX has issue with `psutil`, maybe the fix should be submitted to `psutil` upstream instead of having this dance here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64251/new/
https://reviews.llvm.org/D64251
More information about the lldb-commits
mailing list