diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-11-06 23:04:00 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-11-06 23:04:00 +0000 |
| commit | edf18d20a0e952a3913b01df68aa11c88b397a77 (patch) | |
| tree | fdbccb1f3961f5858dc25e2acb42f9ac73f94311 /compiler-rt/lib | |
| parent | 9f5260ab1350519b6569e67e0cf30a265f02dd20 (diff) | |
| download | bcm5719-llvm-edf18d20a0e952a3913b01df68aa11c88b397a77.tar.gz bcm5719-llvm-edf18d20a0e952a3913b01df68aa11c88b397a77.zip | |
[ASan] Add two new functions to DLL thunk.
llvm-svn: 252359
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/asan/asan_win_dll_thunk.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/asan_win_dll_thunk.cc b/compiler-rt/lib/asan/asan_win_dll_thunk.cc index b8d0798960c..dd5e8f042f1 100644 --- a/compiler-rt/lib/asan/asan_win_dll_thunk.cc +++ b/compiler-rt/lib/asan/asan_win_dll_thunk.cc @@ -257,6 +257,9 @@ INTERFACE_FUNCTION(__asan_memcpy); INTERFACE_FUNCTION(__asan_memset); INTERFACE_FUNCTION(__asan_memmove); +INTERFACE_FUNCTION(__asan_alloca_poison); +INTERFACE_FUNCTION(__asan_allocas_unpoison); + INTERFACE_FUNCTION(__asan_register_globals) INTERFACE_FUNCTION(__asan_unregister_globals) |

