[all-commits] [llvm/llvm-project] 371779: [libc] Add linux aarch64 syscall implementation.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Jan 10 15:53:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 371779fac193e8af3854941bff3b88da6597a200
https://github.com/llvm/llvm-project/commit/371779fac193e8af3854941bff3b88da6597a200
Author: Siva Chandra <sivachandra at google.com>
Date: 2022-01-10 (Mon, 10 Jan 2022)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/src/__support/OSUtil/linux/CMakeLists.txt
A libc/src/__support/OSUtil/linux/aarch64/CMakeLists.txt
A libc/src/__support/OSUtil/linux/aarch64/syscall.h
M libc/src/__support/OSUtil/linux/syscall.h
M libc/src/__support/OSUtil/linux/x86_64/syscall.h
Log Message:
-----------
[libc] Add linux aarch64 syscall implementation.
Add mmap and munmap to the linux aarch64 entrypoint list as the first
user of these syscalls.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D116949
More information about the All-commits
mailing list