forked from OSchip/llvm-project
parent
676bcdb838
commit
68d9c9da40
|
@ -248,6 +248,8 @@ static NOINLINE void force_interface_symbols() {
|
||||||
case 29: __asan_stack_malloc(0, 0); break;
|
case 29: __asan_stack_malloc(0, 0); break;
|
||||||
case 30: __asan_set_on_error_callback(0); break;
|
case 30: __asan_set_on_error_callback(0); break;
|
||||||
case 31: __asan_default_options(); break;
|
case 31: __asan_default_options(); break;
|
||||||
|
case 32: __asan_before_dynamic_init(0, 0); break;
|
||||||
|
case 33: __asan_after_dynamic_init(); break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue