[PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2

Ed Maste emaste at freebsd.org
Mon Mar 10 11:26:10 PDT 2014



================
Comment at: lib/asan/tests/CMakeLists.txt:38
@@ +37,3 @@
+# System headers incorrectly define 'size_t' as 'unsigned long' on
+# x64 FreeBSD 9.2 whereas 'unsigned int' is expected.
+if(CMAKE_SYSTEM MATCHES "FreeBSD-9.2-RELEASE" AND
----------------
This comment could use more clarity; presumably you meant to add "in 32-bit mode"?




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



More information about the llvm-commits mailing list