[compiler-rt] r209718 - [asan] Add a dll thunk for __sanitizer_cov_module_init.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Wed May 28 01:34:54 PDT 2014


Author: eugenis
Date: Wed May 28 03:34:53 2014
New Revision: 209718

URL: http://llvm.org/viewvc/llvm-project?rev=209718&view=rev
Log:
[asan] Add a dll thunk for __sanitizer_cov_module_init.

Modified:
    compiler-rt/trunk/lib/asan/asan_dll_thunk.cc

Modified: compiler-rt/trunk/lib/asan/asan_dll_thunk.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_dll_thunk.cc?rev=209718&r1=209717&r2=209718&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_dll_thunk.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_dll_thunk.cc Wed May 28 03:34:53 2014
@@ -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 ---------------------





More information about the llvm-commits mailing list