[PATCH] D75312: [DFSan] Add flag to insert event callbacks.
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 16:20:28 PST 2020
morehouse created this revision.
morehouse added reviewers: pcc, vitalybuka.
Herald added subscribers: Sanitizers, hiraditya.
Herald added projects: Sanitizers, LLVM.
For now just insert the callback for stores, similar to how MSan tracks
origins. In the future we may want to add callbacks for loads, memcpy,
function calls, CMPs, etc.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75312
Files:
compiler-rt/test/dfsan/event_callbacks.c
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75312.247126.patch
Type: text/x-patch
Size: 4693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/b6b41864/attachment.bin>
More information about the llvm-commits
mailing list