Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1200)

Unified Diff: asan_internal.h

Issue 6483044: [ASan] make __asan_symbolize a weak function overridable by user (Closed) Base URL: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/asan/
Patch Set: z Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « asan_interface.h ('k') | asan_rtl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: asan_internal.h
===================================================================
--- asan_internal.h (revision 162352)
+++ asan_internal.h (working copy)
@@ -156,10 +156,7 @@
#endif
#ifdef _WIN32
-# ifndef ASAN_USE_EXTERNAL_SYMBOLIZER
-# define ASAN_USE_EXTERNAL_SYMBOLIZER __asan_WinSymbolize
-bool __asan_WinSymbolize(const void *addr, char *out_buffer, int buffer_size);
-# endif
+bool WinSymbolize(const void *addr, char *out_buffer, int buffer_size);
#endif // _WIN32
// These magic values are written to shadow for better error reporting.
« no previous file with comments | « asan_interface.h ('k') | asan_rtl.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b