forked from OSchip/llvm-project
Add DLL thunks for recently-added memcpy, memset and memmove ASan intrinsics
llvm-svn: 207113
This commit is contained in:
parent
11b935f282
commit
34ad1a1085
|
@ -148,6 +148,10 @@ WRAP_V_W(__asan_report_load8)
|
|||
WRAP_V_W(__asan_report_load16)
|
||||
WRAP_V_WW(__asan_report_load_n)
|
||||
|
||||
WRAP_W_WWW(__asan_memcpy);
|
||||
WRAP_W_WWW(__asan_memset);
|
||||
WRAP_W_WWW(__asan_memmove);
|
||||
|
||||
WRAP_V_WW(__asan_register_globals)
|
||||
WRAP_V_WW(__asan_unregister_globals)
|
||||
|
||||
|
|
Loading…
Reference in New Issue