From 0caef4c8d6741ea1adb6b5416cbe552114d00d8e Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Thu, 23 Jul 2015 11:20:14 +0000 Subject: [PATCH] [asan] Trying to make peace with the Windows bots There are some test failures after r243003 and r243004 ("Rename the ABI versioning symbol to '__asan_version_mismatch_check' instead abusing '__asan_init'"). See http://reviews.llvm.org/D11004 llvm-svn: 243005 --- compiler-rt/lib/asan/asan_win_dll_thunk.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/lib/asan/asan_win_dll_thunk.cc b/compiler-rt/lib/asan/asan_win_dll_thunk.cc index e96c728..8ac816b 100644 --- a/compiler-rt/lib/asan/asan_win_dll_thunk.cc +++ b/compiler-rt/lib/asan/asan_win_dll_thunk.cc @@ -219,6 +219,8 @@ extern "C" { } } +INTERFACE_FUNCTION(__asan_version_mismatch_check) + INTERFACE_FUNCTION(__asan_handle_no_return) INTERFACE_FUNCTION(__asan_report_store1) -- 2.7.4