[PATCH] [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macro

Evgeniy Stepanov eugenis at google.com
Thu Jan 29 09:06:30 PST 2015


Looks ok.


================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:88
@@ -87,3 +87,3 @@
 #ifndef COMMON_INTERCEPTOR_LIBRARY_LOADED
-#define COMMON_INTERCEPTOR_LIBRARY_LOADED(filename, map) {}
+#define COMMON_INTERCEPTOR_LIBRARY_LOADED(filename, handle) {}
 #endif
----------------
kutuzov.viktor.84 wrote:
> Should these macros expand into ##do {} while(0)##?
They could.

http://reviews.llvm.org/D7233

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list