[PATCH] D43080: Adding Msan support to FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 13:05:45 PST 2018


devnexen added inline comments.


================
Comment at: lib/msan/msan_interceptors.cc:1278
 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
+#if !SANITIZER_FREEBSD
 #define COMMON_INTERCEPTOR_LIBRARY_LOADED(filename, handle)                    \
----------------
devnexen wrote:
> krytarowski wrote:
> > You need this to get dlopen() to work.
> True I found the cause of the issue, basically "wrong" offset of the linkup member.
True I found the cause basically "wrong" offset of the linkmap member.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43080





More information about the llvm-commits mailing list