[all-commits] [llvm/llvm-project] 35ea84: [libc] Add dirent.h functions opendir, readdir, cl...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Jul 25 13:23:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35ea84ad6ae302ba4ac1f02a6fed9f0af5815ece
https://github.com/llvm/llvm-project/commit/35ea84ad6ae302ba4ac1f02a6fed9f0af5815ece
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/CMakeLists.txt
A libc/include/dirent.h.def
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/DIR.h
A libc/include/llvm-libc-types/ino_t.h
A libc/include/llvm-libc-types/struct_dirent.h
M libc/spec/posix.td
M libc/src/CMakeLists.txt
M libc/src/__support/File/CMakeLists.txt
A libc/src/__support/File/dir.cpp
A libc/src/__support/File/dir.h
A libc/src/__support/File/linux_dir.cpp
A libc/src/dirent/CMakeLists.txt
A libc/src/dirent/closedir.cpp
A libc/src/dirent/closedir.h
A libc/src/dirent/dirfd.cpp
A libc/src/dirent/dirfd.h
A libc/src/dirent/opendir.cpp
A libc/src/dirent/opendir.h
A libc/src/dirent/readdir.cpp
A libc/src/dirent/readdir.h
M libc/test/src/CMakeLists.txt
A libc/test/src/dirent/CMakeLists.txt
A libc/test/src/dirent/dirent_test.cpp
A libc/test/src/dirent/testdata/CMakeLists.txt
Log Message:
-----------
[libc] Add dirent.h functions opendir, readdir, closedir and dirfd.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D130459
More information about the All-commits
mailing list