[all-commits] [llvm/llvm-project] 915169: [dfsan] Add Origin ABI Wrappers
Z via All-commits
all-commits at lists.llvm.org
Wed Mar 24 09:14:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91516925ddab3d364648aa5c94b6d29e47e56254
https://github.com/llvm/llvm-project/commit/91516925ddab3d364648aa5c94b6d29e47e56254
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M compiler-rt/lib/dfsan/dfsan_custom.cpp
M compiler-rt/test/dfsan/custom.cpp
Log Message:
-----------
[dfsan] Add Origin ABI Wrappers
Supported strrchr, strrstr, strto*, recvmmsg, recrmsg, nanosleep,
memchr, snprintf, socketpair, sprintf, getocketname, getsocketopt,
gettimeofday, getpeername.
strcpy was added because the test of sprintf need it. It will be
committed by D98966. Please ignore it when reviewing.
This is a part of https://reviews.llvm.org/D95835.
Reviewed By: gbalats
Differential Revision: https://reviews.llvm.org/D99109
More information about the All-commits
mailing list