[PATCH] D43080: Addind Msan support to FreeBSD
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 10:11:56 PST 2018
devnexen added inline comments.
================
Comment at: test/msan/textdomain.cc:2
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+// UNSUPPORTED: freebsd
----------------
krytarowski wrote:
> Why unsupported?
In fact I would need to pass include flag for this one.
================
Comment at: test/msan/tzset.cc:2
// RUN: %clangxx_msan -O0 %s -o %t && %run %t
+// UNSUPPORTED: freebsd
----------------
krytarowski wrote:
> Why unsupported?
Those are not set in FreeBSD thus giving segfaults.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D43080
More information about the llvm-commits
mailing list