[all-commits] [llvm/llvm-project] 4ef02d: [libc] Add a platform independent buffered file IO...

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Feb 14 21:34:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ef02da0947238ea1ef026d01c80b9b45b892fd4
      https://github.com/llvm/llvm-project/commit/4ef02da0947238ea1ef026d01c80b9b45b892fd4
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-macros/CMakeLists.txt
    A libc/include/llvm-libc-macros/stdio-macros.h
    M libc/include/stdio.h.def
    M libc/src/__support/CMakeLists.txt
    A libc/src/__support/File/CMakeLists.txt
    A libc/src/__support/File/file.cpp
    A libc/src/__support/File/file.h
    M libc/test/src/__support/CMakeLists.txt
    A libc/test/src/__support/File/CMakeLists.txt
    A libc/test/src/__support/File/file_test.cpp

  Log Message:
  -----------
  [libc] Add a platform independent buffered file IO data structure.

Reviewed By: lntue

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




More information about the All-commits mailing list