[Lldb-commits] [lldb] [lldb] pipe2(2) is also supported by OpenBSD (PR #74012)

2023-11-30 Thread Brad Smith via lldb-commits
https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/74012 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] pipe2(2) is also supported by OpenBSD (PR #74012)

2023-11-30 Thread Brad Smith via lldb-commits
brad0 wrote: > If [this man page](https://man.openbsd.org/pipe2) is to be believed, this > seems alright to do. Yes, that is correct. 8+ years ago / 18 releases ago at 5.7. https://github.com/llvm/llvm-project/pull/74012 ___ lldb-commits mailing list

[Lldb-commits] [lldb] [lldb] pipe2(2) is also supported by OpenBSD (PR #74012)

2023-11-30 Thread Alex Langford via lldb-commits
https://github.com/bulbazord approved this pull request. If [this man page](https://man.openbsd.org/pipe2) is to be believed, this seems alright to do. https://github.com/llvm/llvm-project/pull/74012 ___ lldb-commits mailing list lldb-commits@lists.ll

[Lldb-commits] [lldb] [lldb] pipe2(2) is also supported by OpenBSD (PR #74012)

2023-11-30 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Brad Smith (brad0) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/74012.diff 1 Files Affected: - (modified) lldb/source/Host/posix/PipePosix.cpp (+1-1) ``diff diff --git a/lldb/source/Host/posix/PipePosix.cp

[Lldb-commits] [lldb] [lldb] pipe2(2) is also supported by OpenBSD (PR #74012)

2023-11-30 Thread Brad Smith via lldb-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/74012 None >From e3d6d0b6040516ee761c1b635093fd13244e9d2a Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 30 Nov 2023 19:17:53 -0500 Subject: [PATCH] [lldb] pipe2(2) is also supported by OpenBSD --- lldb/source/Ho