[all-commits] [llvm/llvm-project] d5fa8b: [libc++] Reimplement the dynamic filesystem helper...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Apr 2 07:46:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d5fa8b11205c53cd9a9692cb0d7f799400f8b0fd
      https://github.com/llvm/llvm-project/commit/d5fa8b11205c53cd9a9692cb0d7f799400f8b0fd
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
    M libcxx/test/CMakeLists.txt
    M libcxx/test/std/input.output/filesystems/lit.local.cfg
    R libcxx/test/support/filesystem_dynamic_test_helper.py
    M libcxx/test/support/filesystem_test_helper.h

  Log Message:
  -----------
  [libc++] Reimplement the dynamic filesystem helper without using Python

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.

Differential Revision: https://reviews.llvm.org/D77140




More information about the All-commits mailing list