[all-commits] [llvm/llvm-project] 1b445c: [SystemZ][z/OS] define REMOVE_ALL_USE_DIRECTORY_IT...

muiez via All-commits all-commits at lists.llvm.org
Fri Sep 16 07:23:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b445cada51e247116ef934c3394bcc6f22589f7
      https://github.com/llvm/llvm-project/commit/1b445cada51e247116ef934c3394bcc6f22589f7
  Author: Muiez Ahmed <muiez at ibm.com>
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
    M libcxx/src/filesystem/operations.cpp

  Log Message:
  -----------
  [SystemZ][z/OS] define REMOVE_ALL_USE_DIRECTORY_ITERATOR (libc++)

This patch fixes the z/OS build by using the first implementation of __remove_all since we don't have access to the openat() family of POSIX functions.

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




More information about the All-commits mailing list