[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 4 01:06:05 PDT 2025


================
@@ -6,18 +6,172 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include <fcntl.h>
+#include <sstream>
+#include <sys/procfs.h>
+
----------------
DhruvSrivastavaX wrote:

You can remove this blank line and run clang format once to keep all the includes together in order.

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


More information about the lldb-commits mailing list