forked from OSchip/llvm-project
[ASan] add __asan_set_on_error_callback into force_interface_symbols (thanks to cool test by glider@)
llvm-svn: 161756
This commit is contained in:
parent
4179da6a6a
commit
b39b0fa9a0
|
@ -241,6 +241,7 @@ static NOINLINE void force_interface_symbols() {
|
|||
case 27: __asan_set_error_exit_code(0); break;
|
||||
case 28: __asan_stack_free(0, 0, 0); break;
|
||||
case 29: __asan_stack_malloc(0, 0); break;
|
||||
case 30: __asan_set_on_error_callback(0); break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue