[all-commits] [llvm/llvm-project] 926fa4: [compiler-rt] libFuzzer: update -merge_control_fil...
Max Moroz via All-commits
all-commits at lists.llvm.org
Thu Dec 12 11:10:43 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 926fa4088cc2d6fdcd9301e80d05d9310009b660
https://github.com/llvm/llvm-project/commit/926fa4088cc2d6fdcd9301e80d05d9310009b660
Author: Max Moroz <mmoroz at chromium.org>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerFlags.def
Log Message:
-----------
[compiler-rt] libFuzzer: update -merge_control_file= help message.
Summary:
The motivation for this change is to have a distinguisher in libFuzzer
that would let the runner know whether multistep merge is supported or not by
a particular fuzz target binary. Otherwise, multistep merge fails to execute
with older version of libFuzzer, and there is no way to verify that easily.
Reviewers: kcc
Subscribers: dberris, #sanitizers, llvm-commits
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D71423
More information about the All-commits
mailing list