[all-commits] [llvm/llvm-project] 441606: [libc] Add implementations of fopen, flose, fread, ...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Mar 23 21:20:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 441606f5ff8e4dd884e106a0b6f86f9037c946c4
https://github.com/llvm/llvm-project/commit/441606f5ff8e4dd884e106a0b6f86f9037c946c4
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/stdc.td
M libc/src/stdio/CMakeLists.txt
R libc/src/stdio/FILE.h
A libc/src/stdio/fclose.cpp
A libc/src/stdio/fclose.h
A libc/src/stdio/fopen.cpp
A libc/src/stdio/fopen.h
A libc/src/stdio/fread.cpp
A libc/src/stdio/fread.h
A libc/src/stdio/fseek.cpp
A libc/src/stdio/fseek.h
M libc/src/stdio/fwrite.cpp
M libc/src/stdio/fwrite.h
M libc/test/src/stdio/CMakeLists.txt
A libc/test/src/stdio/fileop_test.cpp
R libc/test/src/stdio/fwrite_test.cpp
A libc/test/src/stdio/testdata/CMakeLists.txt
Log Message:
-----------
[libc] Add implementations of fopen, flose, fread, fwrite and fseek.
A follow up patch will add feof and ferror.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D122327
More information about the All-commits
mailing list