[libc-commits] [PATCH] D116949: [libc] Add linux aarch64 syscall implementation.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jan 10 08:44:00 PST 2022


sivachandra created this revision.
sivachandra added a reviewer: michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, kristof.beyls, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

Add mmap and munmap to the linux aarch64 entrypoint list as the first
user of these syscalls.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116949

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/src/__support/OSUtil/linux/CMakeLists.txt
  libc/src/__support/OSUtil/linux/aarch64/CMakeLists.txt
  libc/src/__support/OSUtil/linux/aarch64/syscall.h
  libc/src/__support/OSUtil/linux/syscall.h
  libc/src/__support/OSUtil/linux/x86_64/syscall.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116949.398660.patch
Type: text/x-patch
Size: 7250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220110/2e99c1dd/attachment.bin>


More information about the libc-commits mailing list