[all-commits] [llvm/llvm-project] 9ca2fb: [libc] Add riscv64 syscall implementation.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Mar 7 16:49:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ca2fb82177ff666f0d2049bc6250c88ca103e50
https://github.com/llvm/llvm-project/commit/9ca2fb82177ff666f0d2049bc6250c88ca103e50
Author: Siva Chandra <sivachandra at google.com>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M libc/config/linux/riscv64/entrypoints.txt
A libc/src/__support/OSUtil/linux/riscv64/CMakeLists.txt
A libc/src/__support/OSUtil/linux/riscv64/syscall.h
M libc/src/__support/OSUtil/linux/syscall.h
M libc/src/__support/macros/properties/architectures.h
Log Message:
-----------
[libc] Add riscv64 syscall implementation.
All syscall wrapper functions which have unit tests have been enabled.
Reviewed By: kito-cheng
Differential Revision: https://reviews.llvm.org/D145452
More information about the All-commits
mailing list