[PATCH] D40764: Disable absent functions in MSan/NetBSD interceptors

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 2 03:00:14 PST 2017


krytarowski created this revision.
krytarowski added a project: Sanitizers.

Disable for NetBSD missing functions missing in this OS:

- mempcpy,
- __libc_memalign,
- malloc_usable_size,
- stpcpy,
- gcvt,
- wmempcpy,
- fcvt.

Sponsored by <The NetBSD Foundation>


Repository:
  rL LLVM

https://reviews.llvm.org/D40764

Files:
  lib/msan/msan_interceptors.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40764.125259.patch
Type: text/x-patch
Size: 5352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171202/132280b1/attachment.bin>


More information about the llvm-commits mailing list