[compiler-rt] r195845 - Add a DLL thunk for __asan_handle_no_return

Timur Iskhodzhanov timurrrr at google.com
Wed Nov 27 06:36:44 PST 2013


Author: timurrrr
Date: Wed Nov 27 08:36:44 2013
New Revision: 195845

URL: http://llvm.org/viewvc/llvm-project?rev=195845&view=rev
Log:
Add a DLL thunk for __asan_handle_no_return

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

Modified: compiler-rt/trunk/lib/asan/asan_dll_thunk.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_dll_thunk.cc?rev=195845&r1=195844&r2=195845&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_dll_thunk.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_dll_thunk.cc Wed Nov 27 08:36:44 2013
@@ -132,6 +132,8 @@ extern "C" {
   }
 }
 
+WRAP_V_V(__asan_handle_no_return)
+
 WRAP_V_W(__asan_report_store1)
 WRAP_V_W(__asan_report_store2)
 WRAP_V_W(__asan_report_store4)





More information about the llvm-commits mailing list