[PATCH] D92336: repair cygwin build
Jameson Nash via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 07:21:44 PST 2020
vtjnash added a comment.
I think with the move to newer C++ standards, some of the missing functionality in C could be replicated (or use the `_WIN32` code paths for `__CYGWIN__` in more places). I tried that for a bit, but it was pieces like `struct sigaction`, `realpath`, and `getsid` missing, which are very platform-specific.
Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92336/new/
https://reviews.llvm.org/D92336
More information about the llvm-commits
mailing list