[asan] Trying to make peace with the Windows bots
authorKuba Brecka <kuba.brecka@gmail.com>
Thu, 23 Jul 2015 11:20:14 +0000 (11:20 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Thu, 23 Jul 2015 11:20:14 +0000 (11:20 +0000)
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

index e96c728..8ac816b 100644 (file)
@@ -219,6 +219,8 @@ extern "C" {
   }
 }
 
+INTERFACE_FUNCTION(__asan_version_mismatch_check)
+
 INTERFACE_FUNCTION(__asan_handle_no_return)
 
 INTERFACE_FUNCTION(__asan_report_store1)