[PATCH] D43080: Adding Msan support to FreeBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 18:02:03 PST 2018


krytarowski added a comment.

I don't understand the purpose of `lib/msan/CMakeLists.txt` changes.



================
Comment at: test/msan/textdomain.cc:2
 // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+// Would need passing specific flags for *BSD systems
 // UNSUPPORTED: netbsd, freebsd
----------------
textdomain() is in a separate library `-lintl` on NetBSD and FreeBSD. If you want to use it, rebuild it with a sanitizer.


https://reviews.llvm.org/D43080





More information about the llvm-commits mailing list