2019-07-04 18:17:42 +08:00
|
|
|
/*
|
2022-05-16 22:06:56 +08:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation
|
2019-07-04 18:17:42 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
extern "C" {
|
2022-05-16 22:06:56 +08:00
|
|
|
const char *__asan_default_options() { // NOLINT(readability-identifier-naming0
|
2019-07-04 18:17:42 +08:00
|
|
|
return "allow_user_segv_handler=1";
|
|
|
|
}
|
2022-08-26 01:17:06 +08:00
|
|
|
}
|