[PATCH] A set of trivial changes to support sanitizers on FreeBSD

Ed Maste emaste at freebsd.org
Thu Feb 27 09:41:51 PST 2014



================
Comment at: lib/asan/asan_posix.cc:16
@@ -15,3 +15,3 @@
 #include "sanitizer_common/sanitizer_platform.h"
-#if SANITIZER_LINUX || SANITIZER_MAC
+#if SANITIZER_LINUX || SANITIZER_FREEBSD || SANITIZER_MAC
 
----------------
Nit-picking, but how about putting these in alpha order?  I would not be surprised to find someone adding support for other BSDs in the future, and it'll be easier to follow if the order is always consistent.



http://llvm-reviews.chandlerc.com/D2897



More information about the llvm-commits mailing list