mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[lib/Fuzzer] use handle_abort=1 by default so that when assert() fires we save the test case
llvm-svn: 236476
This commit is contained in:
parent
1ee1ff3529
commit
15a12f25e5
@ -12,7 +12,8 @@
|
||||
// ASAN options:
|
||||
// * don't dump the coverage to disk.
|
||||
// * enable coverage by default.
|
||||
// * enable handle_abort.
|
||||
//===----------------------------------------------------------------------===//
|
||||
extern "C" const char *__asan_default_options() {
|
||||
return "coverage_pcs=0:coverage=1";
|
||||
return "coverage_pcs=0:coverage=1:handle_abort=1";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user