[PATCH] D21557: Fix asan_win_dll_thunk.cc test
Philippe Daouadi via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 09:07:46 PDT 2016
blastrock created this revision.
blastrock added a reviewer: dvyukov.
blastrock added a subscriber: llvm-commits.
Herald added a subscriber: kubabrecka.
Add the two public functions I added in my last commit in asan_win_dll_thunk.cc
http://reviews.llvm.org/D21557
Files:
lib/asan/asan_win_dll_thunk.cc
Index: lib/asan/asan_win_dll_thunk.cc
===================================================================
--- lib/asan/asan_win_dll_thunk.cc
+++ lib/asan/asan_win_dll_thunk.cc
@@ -344,6 +344,8 @@
INTERFACE_FUNCTION(__sanitizer_unaligned_store64)
INTERFACE_FUNCTION(__sanitizer_verify_contiguous_container)
INTERFACE_FUNCTION(__sanitizer_install_malloc_and_free_hooks)
+INTERFACE_FUNCTION(__sanitizer_start_switch_fiber)
+INTERFACE_FUNCTION(__sanitizer_finish_switch_fiber)
// TODO(timurrrr): Add more interface functions on the as-needed basis.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21557.61388.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160621/b0480ac8/attachment-0001.bin>
More information about the llvm-commits
mailing list