[compiler-rt] r243005 - [asan] Trying to make peace with the Windows bots

Kuba Brecka kuba.brecka at gmail.com
Thu Jul 23 04:20:15 PDT 2015


Author: kuba.brecka
Date: Thu Jul 23 06:20:14 2015
New Revision: 243005

URL: http://llvm.org/viewvc/llvm-project?rev=243005&view=rev
Log:
[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


Modified:
    compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc

Modified: compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc?rev=243005&r1=243004&r2=243005&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc Thu Jul 23 06:20:14 2015
@@ -219,6 +219,8 @@ extern "C" {
   }
 }
 
+INTERFACE_FUNCTION(__asan_version_mismatch_check)
+
 INTERFACE_FUNCTION(__asan_handle_no_return)
 
 INTERFACE_FUNCTION(__asan_report_store1)





More information about the llvm-commits mailing list