[PATCH] D43080: Adding Msan support to FreeBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 14:27:37 PST 2018


krytarowski added inline comments.


================
Comment at: test/msan/strerror_r-non-gnu.c:5
 // __xpg_strerror_r. Test that MSan handles this correctly.
+// UNSUPPORTED: freebsd
 
----------------
https://github.com/llvm-mirror/compiler-rt/blob/844c5235eb424cf56dd3612c913334372428d128/lib/sanitizer_common/sanitizer_common_interceptors.inc#L3575

Maybe adding here FreeBSD helps.


================
Comment at: test/msan/strlen_of_shadow.cc:5
 // memory.
+// UNSUPPORTED: freebsd
 
----------------
What's wrong here?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43080





More information about the llvm-commits mailing list