[Lldb-commits] [lldb] [lldb][AIX] Enable NativeProcessAIX Manager for lldb-server (PR #190173)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 2 09:36:33 PDT 2026
================
@@ -90,7 +94,7 @@ class NativeProcessManager : public NativeProcessProtocol::Manager {
}
};
#endif
-}
+} // namespace
----------------
DavidSpickett wrote:
Please keep unrelated changes out of PRs. If some automated tool did this then you can ignore it and remove the change.
https://github.com/llvm/llvm-project/pull/190173
More information about the lldb-commits
mailing list