[PATCH] [Msan] Fix the backtrace.cc tests to build and pass on FreeBSD

Evgeniy Stepanov eugenis at google.com
Thu Apr 23 07:24:06 PDT 2015


LGTM


================
Comment at: test/msan/backtrace.cc:20
@@ -19,3 +19,3 @@
   for (int i = 0; i < sz; ++i)
-    printf("%d\n", strlen(s[i]));
+    printf("%d\n", (int)strlen(s[i]));
 }
----------------
You could also use %zu.

http://reviews.llvm.org/D9221

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






More information about the llvm-commits mailing list