[PATCH] [Tsan] Fix test.h to work on FreeBSD
Dmitry Vyukov
dvyukov at google.com
Thu Mar 12 12:05:07 PDT 2015
LGTM with nits
================
Comment at: test/tsan/test.h:15
@@ +14,3 @@
+#if defined(__FreeBSD__)
+ static const char libpthread_name[] = "libpthread.so";
+#else
----------------
2 spaces instead of 4
================
Comment at: test/tsan/test.h:17
@@ +16,3 @@
+#else
+ static const char libpthread_name[] = "libpthread.so.0";
+#endif
----------------
2 spaces instead of 4
http://reviews.llvm.org/D8303
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list