[PATCH] D19411: [esan] EfficiencySanitizer libc interceptors
Derek Bruening via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 13:17:25 PDT 2016
bruening updated this revision to Diff 54708.
bruening marked 2 inline comments as done.
bruening added a comment.
Normalize interceptors
Switches the esan interceptors to use the COMMON_INTERCEPTOR_ENTER and the
common read and write range routines with contexts, to match the common
interceptors and make it easier to move later.
Updates the stat interceptor to match msan instead of the
seemingly-incorrect tsan.
http://reviews.llvm.org/D19411
Files:
lib/esan/CMakeLists.txt
lib/esan/esan.cpp
lib/esan/esan.h
lib/esan/esan_interceptors.cpp
test/esan/TestCases/libc-intercept.c
test/esan/TestCases/verbose-simple.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19411.54708.patch
Type: text/x-patch
Size: 15360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/6dfbfa85/attachment.bin>
More information about the llvm-commits
mailing list