[PATCH] [Msan] Intercept stat() and fstatat() on FreeBSD

Evgeniy Stepanov eugenis at google.com
Mon Jan 19 04:49:12 PST 2015


LGTM with a typo


================
Comment at: lib/msan/msan_interceptors.cc:755
@@ -739,5 +754,3 @@
 }
-#define MSAN_MAYBE_INTERCEPT___XSTAT INTERCEPT_FUNCTION(__xstat)
-#else
-#define MSAN_MAYBE_INTERCEPT___XSTAT
+# define MSAN_INTERCEPT_XSTAT INTERCEPT_FUNCTION(__xstat)
 #endif
----------------
MSAN_INTERCEPT_STAT

http://reviews.llvm.org/D7051

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






More information about the llvm-commits mailing list