[compiler-rt] r200809 - [ASan/Win] Add DLL thunks for __asan_{, un}poison_memory_region
Timur Iskhodzhanov
timurrrr at google.com
Tue Feb 4 15:54:26 PST 2014
Author: timurrrr
Date: Tue Feb 4 17:54:26 2014
New Revision: 200809
URL: http://llvm.org/viewvc/llvm-project?rev=200809&view=rev
Log:
[ASan/Win] Add DLL thunks for __asan_{,un}poison_memory_region
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=200809&r1=200808&r2=200809&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_dll_thunk.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_dll_thunk.cc Tue Feb 4 17:54:26 2014
@@ -151,6 +151,9 @@ WRAP_V_WW(__asan_report_load_n)
WRAP_V_WW(__asan_register_globals)
WRAP_V_WW(__asan_unregister_globals)
+WRAP_V_WW(__asan_poison_memory_region)
+WRAP_V_WW(__asan_unpoison_memory_region)
+
WRAP_W_WW(__asan_stack_malloc_0)
WRAP_W_WW(__asan_stack_malloc_1)
WRAP_W_WW(__asan_stack_malloc_2)
More information about the llvm-commits
mailing list