[all-commits] [llvm/llvm-project] 7294ca: [SystemZ/ZOS] Implement setLastAccessAndModificati...

Kai Nacke via All-commits all-commits at lists.llvm.org
Tue Jul 28 03:37:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7294ca3f6ecacd05a197bbf0637e10afcb99b6d6
      https://github.com/llvm/llvm-project/commit/7294ca3f6ecacd05a197bbf0637e10afcb99b6d6
  Author: Kai Nacke <kai.nacke at de.ibm.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M llvm/lib/Support/Unix/Path.inc

  Log Message:
  -----------
  [SystemZ/ZOS] Implement setLastAccessAndModificationTime()

The function setLastAccessAndModificationTime() uses function
futimens() or futimes() by default. Both functions are not
available in z/OS, therefore functionality is implemented using
__fchattr() on z/OS.

Reviews by: abhina.sreeskantharajan

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




More information about the All-commits mailing list