hanchenye-llvm-project/compiler-rt/lib/dfsan
Kostya Serebryany 13c03581ac Add dfsan_weak_hook_memcmp
Summary:
Add a weak hook to be called from dfsan's custom memcmp.
The primary user will be lib/Fuzzer.
If this works well we'll add more hooks (strcmp, etc).

Test Plan: Will be covered by lib/Fuzzer tests.

Reviewers: pcc

Reviewed By: pcc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D9541

llvm-svn: 236679
2015-05-07 00:04:39 +00:00
..
scripts Add api_list entries for the dfsan-based fuzzer 2015-05-06 22:41:34 +00:00
CMakeLists.txt [dfsan] Use append_no_rtti_flag instead of manually specifying -fno-rtti. 2015-01-19 08:26:38 +00:00
dfsan.cc Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portable 2015-04-10 15:02:19 +00:00
dfsan.h Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249" 2015-04-09 22:42:01 +00:00
dfsan.syms.extra
dfsan_custom.cc Add dfsan_weak_hook_memcmp 2015-05-07 00:04:39 +00:00
dfsan_flags.inc
dfsan_interceptors.cc
done_abilist.txt Add api_list entries for the dfsan-based fuzzer 2015-05-06 22:41:34 +00:00
libc_ubuntu1404_abilist.txt