[libcxx-commits] [PATCH] D89530: [libcxx] [test] Fix filesystem_test_helper.h to compile for windows

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 19 06:02:57 PDT 2020


mstorsjo updated this revision to Diff 299029.
mstorsjo added a comment.

Updated to `using ::mkdir;` for posix functions that are used as-is without any modification. Using `fileno` and `chdir` as is from windows functions is pending autolinking of `oldnames.lib` in the clang driver (or in the test suite), but updating this patch to current status quo here now.


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

https://reviews.llvm.org/D89530

Files:
  libcxx/test/support/filesystem_test_helper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89530.299029.patch
Type: text/x-patch
Size: 10118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201019/6bbf17e1/attachment-0001.bin>


More information about the libcxx-commits mailing list