[PATCH] D75363: [DFSan] Add __dfsan_load_callback.
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 09:19:32 PST 2020
morehouse created this revision.
morehouse added reviewers: vitalybuka, pcc.
Herald added subscribers: Sanitizers, hiraditya.
Herald added projects: Sanitizers, LLVM.
When -dfsan-event-callbacks is specified, insert a call to
__dfsan_load_callback() on every load.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75363
Files:
compiler-rt/test/dfsan/event_callbacks.c
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75363.247287.patch
Type: text/x-patch
Size: 4758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/1d703840/attachment.bin>
More information about the llvm-commits
mailing list