[all-commits] [llvm/llvm-project] b8be3d: [libc] Add Linux implementation of GNU extension f...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Aug 26 12:14:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8be3dabde8add876937400bf2ffda9854219c74
https://github.com/llvm/llvm-project/commit/b8be3dabde8add876937400bf2ffda9854219c74
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/CMakeLists.txt
A libc/include/sys/sendfile.h.def
M libc/spec/gnu_ext.td
M libc/spec/posix.td
M libc/spec/spec.td
M libc/src/sys/CMakeLists.txt
A libc/src/sys/sendfile/CMakeLists.txt
A libc/src/sys/sendfile/linux/CMakeLists.txt
A libc/src/sys/sendfile/linux/sendfile.cpp
A libc/src/sys/sendfile/sendfile.h
M libc/test/src/sys/CMakeLists.txt
A libc/test/src/sys/sendfile/CMakeLists.txt
A libc/test/src/sys/sendfile/sendfile_test.cpp
A libc/test/src/sys/sendfile/testdata/CMakeLists.txt
Log Message:
-----------
[libc] Add Linux implementation of GNU extension function sendfile.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D132721
More information about the All-commits
mailing list