diff options
author | Kostya Serebryany <kcc@google.com> | 2015-10-09 03:57:59 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2015-10-09 03:57:59 +0000 |
commit | bd5d1cdbb958a3a5a0484411b10fd6c8cdf5f132 (patch) | |
tree | 05c9eb3a43ca0e922b4ec45816556b2c0b737575 /llvm/lib/Fuzzer/FuzzerFlags.def | |
parent | 6ec5d61bdae112ef079f1c101bd50a26ffaeb0d3 (diff) | |
download | bcm5719-llvm-bd5d1cdbb958a3a5a0484411b10fd6c8cdf5f132.tar.gz bcm5719-llvm-bd5d1cdbb958a3a5a0484411b10fd6c8cdf5f132.zip |
[libFuzzer] add -artifact_prefix flag
llvm-svn: 249807
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerFlags.def')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerFlags.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerFlags.def b/llvm/lib/Fuzzer/FuzzerFlags.def index daf0882ce6f..b50d6d4ad03 100644 --- a/llvm/lib/Fuzzer/FuzzerFlags.def +++ b/llvm/lib/Fuzzer/FuzzerFlags.def @@ -65,3 +65,6 @@ FUZZER_FLAG_INT(tbm_depth, 5, "Apply at most this number of consecutive" FUZZER_FLAG_INT(tbm_width, 5, "Apply at most this number of independent" "trace-based-mutations (tbm)") FUZZER_FLAG_STRING(test_single_input, "Use specified file as test input.") +FUZZER_FLAG_STRING(artifact_prefix, "Write fuzzing artifacts (crash, " + "timeout, or slow inputs) as " + "$(artifact_prefix)file") |