[Lldb-commits] [lldb] [lldb][AIX] Some base #if _AIX changes of a minimal lldb build (PR #120979)

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 7 01:53:20 PST 2025


================
@@ -11,7 +11,9 @@
 // C includes
 #include <dirent.h>
 #include <fcntl.h>
+#ifndef _AIX
 #include <sys/mount.h>
----------------
DhruvSrivastavaX wrote:

I'll remove sys/mount.h as part of this PR atleast. 

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


More information about the lldb-commits mailing list