[PATCH] D43080: Addind Msan support to FreeBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 10:15:32 PST 2018
krytarowski added inline comments.
================
Comment at: lib/msan/msan.cc:145
cf.check_printf = false;
+#if !SANITIZER_FREEBSD
cf.intercept_tls_get_addr = true;
----------------
devnexen wrote:
> krytarowski wrote:
> > What's wrong with tls?
> It s not working (e.g. the sanitizer get stuck and returns wrong base address)
This shall be fixed instead of papering it over.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D43080
More information about the llvm-commits
mailing list