[ASan] Add two new functions to DLL thunk.

llvm-svn: 252359
This commit is contained in:
Alexey Samsonov 2015-11-06 23:04:00 +00:00
parent 9f5260ab13
commit edf18d20a0
1 changed files with 3 additions and 0 deletions

View File

@ -257,6 +257,9 @@ INTERFACE_FUNCTION(__asan_memcpy);
INTERFACE_FUNCTION(__asan_memset);
INTERFACE_FUNCTION(__asan_memmove);
INTERFACE_FUNCTION(__asan_alloca_poison);
INTERFACE_FUNCTION(__asan_allocas_unpoison);
INTERFACE_FUNCTION(__asan_register_globals)
INTERFACE_FUNCTION(__asan_unregister_globals)