[dfsan] Add origin ABI wrappers
authorJianzhou Zhao <jianzhouzh@google.com>
Mon, 15 Mar 2021 16:19:49 +0000 (16:19 +0000)
committerJianzhou Zhao <jianzhouzh@google.com>
Wed, 17 Mar 2021 02:22:35 +0000 (02:22 +0000)
commitec5ed66cee102c612e30ef34fa574491459875c6
tree1c6cc1469848211022d240405139fef6e2cf47e8
parentf5030f1a8e4affef2ab92b3268292f46d0052fd5
[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
compiler-rt/lib/dfsan/dfsan_custom.cpp
compiler-rt/test/dfsan/custom.cpp