[all-commits] [llvm/llvm-project] 7038be: [Support] Avoid wait4 on Fuchsia
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Aug 23 16:33:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7038bed9161b8993d61d9623f0d55cfbdfea41a0
https://github.com/llvm/llvm-project/commit/7038bed9161b8993d61d9623f0d55cfbdfea41a0
Author: Petr Hosek <phosek at google.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
M llvm/lib/Support/Unix/Program.inc
Log Message:
-----------
[Support] Avoid wait4 on Fuchsia
Fuchsia doesn't provide wait4, use waitpid instead.
Differential Revision: https://reviews.llvm.org/D155793
More information about the All-commits
mailing list