[all-commits] [llvm/llvm-project] 52f889: [DFSan] Add __dfsan_load_callback.
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Fri Feb 28 14:26:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 52f889abecc71cac2defd18a5fbba10880030867
https://github.com/llvm/llvm-project/commit/52f889abecc71cac2defd18a5fbba10880030867
Author: Matt Morehouse <mascasa at google.com>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M compiler-rt/test/dfsan/event_callbacks.c
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
Log Message:
-----------
[DFSan] Add __dfsan_load_callback.
Summary:
When -dfsan-event-callbacks is specified, insert a call to
__dfsan_load_callback() on every load.
Reviewers: vitalybuka, pcc, kcc
Reviewed By: vitalybuka, kcc
Subscribers: hiraditya, #sanitizers, llvm-commits, eugenis, kcc
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D75363
More information about the All-commits
mailing list