[ASan] make sure __asan_default_options symbol is exported

llvm-svn: 161873
This commit is contained in:
Alexey Samsonov 2012-08-14 15:03:24 +00:00
parent 9299d8c298
commit 517842b2fc
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ static NOINLINE void force_interface_symbols() {
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;
case 31: __asan_default_options(); break;
}
}