[PATCH] D30001: [compiler-rt][asan|win] Fix ASAN exception handler missing import

Etienne Bergeron via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 12:26:43 PST 2017


etienneb updated this revision to Diff 88592.
etienneb added a comment.

fix linux unittests


https://reviews.llvm.org/D30001

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
@@ -100,6 +100,7 @@
 // Window specific functions not included in asan_interface.inc.
 INTERCEPT_WRAP_W_V(__asan_should_detect_stack_use_after_return)
 INTERCEPT_WRAP_W_V(__asan_get_shadow_memory_dynamic_address)
+INTERCEPT_WRAP_W_W(__asan_unhandled_exception_filter)
 
 using namespace __sanitizer;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30001.88592.patch
Type: text/x-patch
Size: 478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170215/61f95038/attachment.bin>


More information about the llvm-commits mailing list