[libc-commits] [PATCH] D132825: [libc] Add arm-32 syscall implementation.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Aug 28 23:41:10 PDT 2022
sivachandra created this revision.
sivachandra added a reviewer: michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, kristof.beyls, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
The implementation currently supports only non-thumb mode. As a test for
the implementation, mmap and munmap functions have been enabled.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D132825
Files:
libc/config/linux/arm/entrypoints.txt
libc/src/__support/OSUtil/linux/arm/CMakeLists.txt
libc/src/__support/OSUtil/linux/arm/syscall.h
libc/src/__support/OSUtil/linux/syscall.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132825.456261.patch
Type: text/x-patch
Size: 6122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220829/d79a545d/attachment.bin>
More information about the libc-commits
mailing list