[PATCH] D43080: Adding Msan support to FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 03:47:20 PST 2018


devnexen added inline comments.


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


https://reviews.llvm.org/D43080





More information about the llvm-commits mailing list