[PATCH] D43080: Adding Msan support to FreeBSD
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 18:19:58 PST 2018
emaste added a comment.
Small comment: for any future uploads, when creating diffs via the web interface (rather than arc) please generate it with context, e.g. `git diff -U99999` (more details at https://llvm.org/docs/Phabricator.html)
================
Comment at: lib/msan/msan_interceptors.cc:683
-#if SANITIZER_NETBSD
+#if SANITIZER_NETBSD || SANITIZER_FREEBSD
INTERCEPTOR(int, fstat, int fd, void *buf) {
----------------
We ought to keep a consistent ordering, e.g. there's a `Linux|FreeBSD|NetBSD` already.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D43080
More information about the llvm-commits
mailing list