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

Unified Diff: syzygy/agent/asan/memory_interceptors.h

Issue 2937353002: Add missing methods to make compiling and linking of 32 bit integration_tests instrumented with LLV… (Closed)
Patch Set: Add a blank line in the template file and regenerate the system_interceptors.def 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/memory_interceptors.h
diff --git a/syzygy/agent/asan/memory_interceptors.h b/syzygy/agent/asan/memory_interceptors.h
index 52baad0fd376e0630b875fb01efaa7d2d2a87bf3..653f886c77297e945a39a521e870dd21aec7620b 100644
--- a/syzygy/agent/asan/memory_interceptors.h
+++ b/syzygy/agent/asan/memory_interceptors.h
@@ -190,6 +190,14 @@ extern "C" {
void asan_no_check();
#endif
+// The following functions are added for compatibility but are not implemented
+// yet.
+void asan_init();
+int asan_set_seh_filter();
+int asan_should_detect_stack_use_after_return();
+void asan_version_mismatch_check_v8();
+void asan_handle_no_return();
+
// The Clang no-op memory access checker.
void asan_clang_no_check(const void*);
« no previous file with comments | « syzygy/agent/asan/gen/system_interceptors_instrumentation_filter.gen ('k') | syzygy/agent/asan/memory_interceptors_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698