[all-commits] [llvm/llvm-project] 6c22d0: [RISCV][ASAN] implementation of internal syscalls ...
Anatoly Parshintsev via All-commits
all-commits at lists.llvm.org
Tue Sep 22 21:58:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6c22d00d7896bd7aaad567aa98016c26e78d8dcf
https://github.com/llvm/llvm-project/commit/6c22d00d7896bd7aaad567aa98016c26e78d8dcf
Author: Anatoly Parshintsev <kupokupokupopo at gmail.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/CMakeLists.txt
A compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc
Log Message:
-----------
[RISCV][ASAN] implementation of internal syscalls wrappers for riscv64
implements glibc-like wrappers over Linux syscalls.
[3/11] patch series to port ASAN for riscv64
Depends On D87998
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D87572
More information about the All-commits
mailing list