[libcxx-commits] [PATCH] D91171: [16/N] [libcxx] Implement the permissions function for windows

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 29 04:41:16 PST 2021


mstorsjo updated this revision to Diff 320104.
mstorsjo set the repository for this revision to rG LLVM Github Monorepo.
mstorsjo added a comment.

Rebased, retriggering CI.

This is also a bit restructured from the version @amccarth reviewed, as I moved the code out from the `__permissions()` function into posix-like `fchmod()` and `fchmodat()`. That refactoring itself is pretty straightforward, and allowed getting rid of a lot of extra ifdefs.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91171/new/

https://reviews.llvm.org/D91171

Files:
  libcxx/src/filesystem/operations.cpp
  libcxx/src/filesystem/posix_compat.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91171.320104.patch
Type: text/x-patch
Size: 3613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210129/75bb66e4/attachment.bin>


More information about the libcxx-commits mailing list