[PATCH] D43080: Addind Msan support to FreeBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 11:14:43 PST 2018
krytarowski added inline comments.
================
Comment at: test/msan/fstat.cc:2
// RUN: %clangxx_msan -O0 %s -o %t && %run %t
+// UNSUPPORTED: freebsd
----------------
fstat() should be supported on FreeBSD
================
Comment at: test/msan/iconv.cc:3
// RUN: %clangxx_msan -O0 -g -DPOSITIVE %s -o %t && not %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: freebsd
----------------
iconv() should be supported on FreeBSD
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D43080
More information about the llvm-commits
mailing list