This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 0c2ddb421 [libFuzzer] automatically collect the data flow trace (DFT) i [...] new 51570280a [libFuzzer] remove the data-flow-trace (DFT) python scripts; [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/fuzzer/FuzzerDataFlowTrace.cpp | 13 +++--- lib/fuzzer/scripts/collect_data_flow.py | 80 --------------------------------- lib/fuzzer/scripts/merge_data_flow.py | 58 ------------------------ test/fuzzer/dataflow.test | 13 ------ 4 files changed, 8 insertions(+), 156 deletions(-) delete mode 100755 lib/fuzzer/scripts/collect_data_flow.py delete mode 100755 lib/fuzzer/scripts/merge_data_flow.py