forked from OSchip/llvm-project
[asan] force the __asan_unregister_globals to reside in the runtime library
llvm-svn: 147329
This commit is contained in:
parent
a772096156
commit
d2d043be45
|
@ -396,6 +396,7 @@ static void force_interface_symbols() {
|
|||
__asan_report_store16(NULL);
|
||||
__asan_register_global(0, 0, NULL);
|
||||
__asan_register_globals(NULL, 0);
|
||||
__asan_unregister_globals(NULL, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue