[all-commits] [llvm/llvm-project] ec5ed6: [dfsan] Add origin ABI wrappers
Z via All-commits
all-commits at lists.llvm.org
Tue Mar 16 19:23:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec5ed66cee102c612e30ef34fa574491459875c6
https://github.com/llvm/llvm-project/commit/ec5ed66cee102c612e30ef34fa574491459875c6
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-03-17 (Wed, 17 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: bcmp, fstat, memcmp, stat, strcasecmp, strchr, strcmp,
strncasecmp, strncp, strpbrk
This is a part of https://reviews.llvm.org/D95835.
Reviewed By: morehouse
Differential Revision: https://reviews.llvm.org/D98636
More information about the All-commits
mailing list