[asan] force the __asan_unregister_globals to reside in the runtime library

llvm-svn: 147329
This commit is contained in:
Kostya Serebryany 2011-12-28 23:35:46 +00:00
parent a772096156
commit d2d043be45
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}