summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerSanitizerOptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] remove FuzzerSanitizerOptions.cppKostya Serebryany2016-03-011-17/+0
| | | | llvm-svn: 262354
* [libfuzzer] Removing coverage-related flags from asan options.Mike Aizatsky2016-02-111-3/+1
| | | | | | | | | | | Summary: Reasons to remove are twofold: - we don't really need coverage=1 for libfuzzer operation - makes controlling coverage for fuzzer processes non-trivial. Differential Revision: http://reviews.llvm.org/D17168 llvm-svn: 260611
* [lib/Fuzzer] use handle_abort=1 by default so that when assert() fires we ↵Kostya Serebryany2015-05-051-1/+2
| | | | | | save the test case llvm-svn: 236476
* [fuzzer] move default sanitizer options to a separate fileKostya Serebryany2015-02-061-0/+18
llvm-svn: 228429
OpenPOWER on IntegriCloud