================ @@ -44,6 +47,14 @@ using namespace llvm; // option descriptors for getopt_long_only() +#ifdef _WIN32 +typedef pipe_t fd_t; +#define kInvalidFD (LLDB_INVALID_PIPE) ---------------- labath wrote:
Lets make this a real constant (not a macro). https://github.com/llvm/llvm-project/pull/101283 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits