[all-commits] [llvm/llvm-project] 43e52a: [libc] Add implementations of ftell.

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Nov 7 13:39:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43e52ad553cbafb78386e9e6e1204c8de8a506d4
      https://github.com/llvm/llvm-project/commit/43e52ad553cbafb78386e9e6e1204c8de8a506d4
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/include/CMakeLists.txt
    M libc/spec/stdc.td
    M libc/src/__support/File/file.cpp
    M libc/src/__support/File/file.h
    M libc/src/__support/File/linux_file.cpp
    M libc/src/stdio/CMakeLists.txt
    M libc/src/stdio/fopencookie.cpp
    A libc/src/stdio/ftell.cpp
    A libc/src/stdio/ftell.h
    M libc/test/src/__support/File/file_test.cpp
    M libc/test/src/stdio/CMakeLists.txt
    A libc/test/src/stdio/ftell_test.cpp

  Log Message:
  -----------
  [libc] Add implementations of ftell.

Reviewed By: michaelrj, lntue

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




More information about the All-commits mailing list