[libcxx-commits] [PATCH] D77140: [libc++] Reimplement the dynamic filesystem helper without using Python
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 31 06:37:17 PDT 2020
ldionne created this revision.
Herald added subscribers: libcxx-commits, broadwaylamb, dexonsmith, jkorous, krytarowski, mgorny.
Herald added a project: libc++.
Herald added a reviewer: libc++.
ldionne added a reviewer: EricWF.
This patch reimplements the dynamic filesystem helper using Posix
functionality instead of relying on Python. The primary reason for
doing this is that it allows running the libc++ test suite on devices
that do not have Python.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77140
Files:
libcxx/test/CMakeLists.txt
libcxx/test/std/input.output/filesystems/lit.local.cfg
libcxx/test/support/filesystem_dynamic_test_helper.py
libcxx/test/support/filesystem_test_helper.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77140.253864.patch
Type: text/x-patch
Size: 8881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200331/ce5bb492/attachment-0001.bin>
More information about the libcxx-commits
mailing list