[compiler-rt] r207960 - [ASan/Win] Add DLL thunks for the fake stack interface

Timur Iskhodzhanov timurrrr at google.com
Mon May 5 05:26:04 PDT 2014


Author: timurrrr
Date: Mon May  5 07:26:04 2014
New Revision: 207960

URL: http://llvm.org/viewvc/llvm-project?rev=207960&view=rev
Log:
[ASan/Win] Add DLL thunks for the fake stack interface

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=207960&r1=207959&r2=207960&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_dll_thunk.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_dll_thunk.cc Mon May  5 07:26:04 2014
@@ -164,6 +164,9 @@ WRAP_V_WW(__asan_unpoison_stack_memory)
 WRAP_V_WW(__asan_poison_memory_region)
 WRAP_V_WW(__asan_unpoison_memory_region)
 
+WRAP_W_V(__asan_get_current_fake_stack)
+WRAP_W_WWWW(__asan_addr_is_in_fake_stack)
+
 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