[PATCH] D43080: Adding Msan support to FreeBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 08:31:57 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
 
----------------
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?


https://reviews.llvm.org/D43080





More information about the llvm-commits mailing list