[asan] fix mac build

llvm-svn: 162279
This commit is contained in:
Kostya Serebryany 2012-08-21 14:43:36 +00:00
parent 676bcdb838
commit 68d9c9da40
1 changed files with 2 additions and 0 deletions

View File

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