diff options
author | Kostya Serebryany <kcc@google.com> | 2015-05-12 01:58:34 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2015-05-12 01:58:34 +0000 |
commit | d8c54724a8ebbccec0adb9fc88325b298b1add0c (patch) | |
tree | d4475013b7923e84d8205aa64bcba59412c1daae /llvm/lib/Fuzzer/FuzzerFlags.def | |
parent | cd7629caecd158a8e6752c5cf16a1459603fac8d (diff) | |
download | bcm5719-llvm-d8c54724a8ebbccec0adb9fc88325b298b1add0c.tar.gz bcm5719-llvm-d8c54724a8ebbccec0adb9fc88325b298b1add0c.zip |
[lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan)
llvm-svn: 237083
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerFlags.def')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerFlags.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerFlags.def b/llvm/lib/Fuzzer/FuzzerFlags.def index ff74518245f..25dffe452b8 100644 --- a/llvm/lib/Fuzzer/FuzzerFlags.def +++ b/llvm/lib/Fuzzer/FuzzerFlags.def @@ -45,8 +45,6 @@ FUZZER_FLAG_INT(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn" " with stdout/stderr redirected to fuzz-JOB.log.") FUZZER_FLAG_INT(workers, 0, "Number of simultaneous worker processes to run the jobs.") -FUZZER_FLAG_INT(dfsan, 1, "Use DFSan for taint-guided mutations. No-op unless " - "the DFSan instrumentation was compiled in.") FUZZER_FLAG_INT(reload, 1, "Reload the main corpus periodically to get new units" "discovered by other processes.") |