[PATCH] D43080: Adding Msan support to FreeBSD

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


devnexen updated this revision to Diff 133677.
devnexen added a comment.

Now the dlopen part works, the only culprit did not figure out about the tls model not working without passing it via CFLAGS.
check-mean status

  Expected Passes    : 97
  Expected Failures  : 3
  Unsupported Tests  : 35

[100%] Built target check-msan


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43080

Files:
  cmake/config-ix.cmake
  lib/msan/CMakeLists.txt
  lib/msan/msan_interceptors.cc
  lib/sanitizer_common/sanitizer_platform_limits_posix.h
  lib/sanitizer_common/sanitizer_tls_get_addr.cc
  test/msan/dtls_test.c
  test/msan/getutent.cc
  test/msan/iconv.cc
  test/msan/lit.cfg
  test/msan/pthread_getattr_np_deadlock.cc
  test/msan/pthread_getname_np.cc
  test/msan/strerror_r-non-gnu.c
  test/msan/strlen_of_shadow.cc
  test/msan/textdomain.cc
  test/msan/tls_reuse.cc
  test/msan/tsearch.cc
  test/msan/tzset.cc
  test/tsan/thread_name.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43080.133677.patch
Type: text/x-patch
Size: 7632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180209/41f65b22/attachment.bin>


More information about the llvm-commits mailing list