mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 14:22:26 +00:00
[lib/Fuzzer] use handle_abort=1 by default so that when assert() fires we save the test case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236476 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b63d8107f0
commit
3784f79d64
@ -12,7 +12,8 @@
|
|||||||
// ASAN options:
|
// ASAN options:
|
||||||
// * don't dump the coverage to disk.
|
// * don't dump the coverage to disk.
|
||||||
// * enable coverage by default.
|
// * enable coverage by default.
|
||||||
|
// * enable handle_abort.
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
extern "C" const char *__asan_default_options() {
|
extern "C" const char *__asan_default_options() {
|
||||||
return "coverage_pcs=0:coverage=1";
|
return "coverage_pcs=0:coverage=1:handle_abort=1";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user