[PATCH] D75389: [DFSan] Add __dfsan_cmp_callback.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 15:30:47 PST 2020


morehouse created this revision.
morehouse added reviewers: vitalybuka, pcc, kcc.
Herald added subscribers: Sanitizers, hiraditya.
Herald added projects: Sanitizers, LLVM.
morehouse added a parent revision: D75386: [DFSan] Add __dfsan_mem_transfer_callback..

When -dfsan-event-callbacks is specified, insert a call to
__dfsan_cmp_callback on every CMP instruction.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75389

Files:
  compiler-rt/test/dfsan/event_callbacks.c
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75389.247377.patch
Type: text/x-patch
Size: 6220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/c1fe0570/attachment-0001.bin>


More information about the llvm-commits mailing list