[all-commits] [llvm/llvm-project] fc121d: [libc][NFC] Remove the unused FDReader testutil.

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Apr 17 10:45:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc121d0c73a2d950434653089cf8b9747dfda3bb
      https://github.com/llvm/llvm-project/commit/fc121d0c73a2d950434653089cf8b9747dfda3bb
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M libc/test/src/fcntl/creat_test.cpp
    M libc/test/src/fcntl/openat_test.cpp
    M libc/test/src/stdio/remove_test.cpp
    M libc/test/src/sys/sendfile/sendfile_test.cpp
    M libc/test/src/sys/stat/chmod_test.cpp
    M libc/test/src/sys/stat/fchmod_test.cpp
    M libc/test/src/sys/stat/fchmodat_test.cpp
    M libc/test/src/sys/stat/fstat_test.cpp
    M libc/test/src/sys/stat/lstat_test.cpp
    M libc/test/src/sys/stat/mkdirat_test.cpp
    M libc/test/src/sys/stat/stat_test.cpp
    M libc/test/src/unistd/access_test.cpp
    M libc/test/src/unistd/chdir_test.cpp
    M libc/test/src/unistd/dup2_test.cpp
    M libc/test/src/unistd/dup3_test.cpp
    M libc/test/src/unistd/dup_test.cpp
    M libc/test/src/unistd/fchdir_test.cpp
    M libc/test/src/unistd/lseek_test.cpp
    M libc/test/src/unistd/pread_pwrite_test.cpp
    M libc/test/src/unistd/read_write_test.cpp
    M libc/test/src/unistd/rmdir_test.cpp
    M libc/test/src/unistd/unlink_test.cpp
    M libc/test/src/unistd/unlinkat_test.cpp
    M libc/utils/testutils/CMakeLists.txt
    R libc/utils/testutils/FDReader.h
    R libc/utils/testutils/FDReaderUnix.cpp
    M utils/bazel/llvm-project-overlay/libc/utils/testutils/BUILD.bazel

  Log Message:
  -----------
  [libc][NFC] Remove the unused FDReader testutil.

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




More information about the All-commits mailing list