[PATCH] D43080: Adding Msan support to FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 08:35:33 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:
> devnexen wrote:
> > 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.
> This test calls `getutent()`, is it available on FreeBSD?
Ah no I did wrong diff for this one, need to adjust the code too.


https://reviews.llvm.org/D43080





More information about the llvm-commits mailing list