[PATCH] D43080: Adding Msan support to FreeBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 03:40:04 PST 2018


krytarowski added inline comments.


================
Comment at: test/msan/getutent.cc:2
 // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+// UNSUPPORTED: freebsd
 
----------------
vitalybuka wrote:
> comment?
There is `getutxent` on FreeBSD, and `<wtmpx.h>`. Please adjust this test with `ifdefs` to be compatible.


https://reviews.llvm.org/D43080





More information about the llvm-commits mailing list