Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1800)

Unified Diff: syzygy/agent/asan/syzyasan_rtl.def.template

Issue 2946063002: Python script to compile and link the integration tests using llvm's clang-cl (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: syzygy/agent/asan/syzyasan_rtl.def.template
diff --git a/syzygy/agent/asan/syzyasan_rtl.def.template b/syzygy/agent/asan/syzyasan_rtl.def.template
index 620479e8097f848076d7f6e4940199607117e8fd..537f813cbcdbfb7e956cdf9e15fa4252c8bbf883 100644
--- a/syzygy/agent/asan/syzyasan_rtl.def.template
+++ b/syzygy/agent/asan/syzyasan_rtl.def.template
@@ -152,3 +152,13 @@ EXPORTS
__asan_store8=asan_redirect_store8
__asan_store16=asan_redirect_store16
__asan_store32=asan_redirect_store32
+
+ __asan_init=asan_init
+ __asan_get_shadow_memory_dynamic_address=asan_get_shadow_memory_dynamic_address
+ __asan_set_seh_filter=asan_set_seh_filter
+ __asan_should_detect_stack_use_after_return=asan_should_detect_stack_use_after_return
+ __asan_version_mismatch_check_v8=asan_version_mismatch_check_v8
+ __asan_memset=asan_memset
+ __asan_memcpy=asan_memcpy
+ __asan_memmove=asan_memmove
+ __asan_handle_no_return=asan_handle_no_return

Powered by Google App Engine
This is Rietveld 408576698