diff options
| author | Kostya Serebryany <kcc@google.com> | 2016-03-29 23:07:36 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2016-03-29 23:07:36 +0000 |
| commit | 9e1a238357a4107a5b481e39678be90e7659d08e (patch) | |
| tree | f55161141ce95bbae128463d58ef41793ff3b6c1 /llvm/lib/Fuzzer | |
| parent | 163974dd33b34332a1fd0a4302228a99e16437df (diff) | |
| download | bcm5719-llvm-9e1a238357a4107a5b481e39678be90e7659d08e.tar.gz bcm5719-llvm-9e1a238357a4107a5b481e39678be90e7659d08e.zip | |
[libFuzzer] more docs
llvm-svn: 264803
Diffstat (limited to 'llvm/lib/Fuzzer')
| -rw-r--r-- | llvm/lib/Fuzzer/FuzzerFlags.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerFlags.def b/llvm/lib/Fuzzer/FuzzerFlags.def index 4504cffd7f3..a9008fac6a6 100644 --- a/llvm/lib/Fuzzer/FuzzerFlags.def +++ b/llvm/lib/Fuzzer/FuzzerFlags.def @@ -77,7 +77,8 @@ FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.") FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.") FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.") FUZZER_FLAG_INT(close_fd_mask, 0, "If 1, close stdout at startup; " - "if 2, close stderr; if 3, close both.") + "if 2, close stderr; if 3, close both. " + "Be careful, this will also close e.g. asan's stderr/stdout.") FUZZER_DEPRECATED_FLAG(exit_on_first) FUZZER_DEPRECATED_FLAG(save_minimized_corpus) |

