summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-05-05 12:26:04 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-05-05 12:26:04 +0000
commit7721eb3f9d7bea88f138b2779b92a4ce04eab6da (patch)
tree78555ad0a095a8107915209e79f1d9ead60729da
parent9be9d8725ba5c9f054ce8c61d50e8cced6a142ea (diff)
downloadbcm5719-llvm-7721eb3f9d7bea88f138b2779b92a4ce04eab6da.tar.gz
bcm5719-llvm-7721eb3f9d7bea88f138b2779b92a4ce04eab6da.zip
[ASan/Win] Add DLL thunks for the fake stack interface
llvm-svn: 207960
-rw-r--r--compiler-rt/lib/asan/asan_dll_thunk.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/asan_dll_thunk.cc b/compiler-rt/lib/asan/asan_dll_thunk.cc
index d62fe0db1dd..de3ed84e9e0 100644
--- a/compiler-rt/lib/asan/asan_dll_thunk.cc
+++ b/compiler-rt/lib/asan/asan_dll_thunk.cc
@@ -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)
OpenPOWER on IntegriCloud