[asan] Add a dll thunk for __sanitizer_cov_module_init.

llvm-svn: 209718
This commit is contained in:
Evgeniy Stepanov 2014-05-28 08:34:53 +00:00
parent a00ff194b7
commit d74bdccafe
1 changed files with 2 additions and 0 deletions

View File

@ -273,6 +273,8 @@ INTERFACE_FUNCTION(__asan_stack_free_8)
INTERFACE_FUNCTION(__asan_stack_free_9)
INTERFACE_FUNCTION(__asan_stack_free_10)
INTERFACE_FUNCTION(__sanitizer_cov_module_init)
// TODO(timurrrr): Add more interface functions on the as-needed basis.
// ----------------- Memory allocation functions ---------------------