[PATCH] D43080: Addind Msan support to FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 09:17:03 PST 2018


devnexen created this revision.
devnexen added reviewers: vitalybuka, krytarowski.
devnexen created this object with visibility "All Users".
devnexen created this object with edit policy "Administrators".
Herald added subscribers: Sanitizers, llvm-commits, hintonda, fedor.sergeev, mgorny, kubamracek, emaste, srhines.

Enabling the memory sanitizer support for FreeBSD, most of unit tests are compatible.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43080

Files:
  cmake/config-ix.cmake
  lib/msan/CMakeLists.txt
  lib/msan/msan.cc
  lib/msan/msan_thread.cc
  lib/sanitizer_common/sanitizer_platform_interceptors.h
  test/msan/Linux/xattr.cc
  test/msan/dtls_test.c
  test/msan/fstat.cc
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43080.133439.patch
Type: text/x-patch
Size: 8124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180208/6d5d8778/attachment.bin>


More information about the llvm-commits mailing list