[PATCH] D28039: Replace WRAP in interceptors with memset, memmove and memcpy implementation
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 22 13:17:46 PST 2016
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/msan/msan_interceptors.cc:49
+DECLARE_REAL(void *, memcpy, void *dest, const void *src, uptr n)
+DECLARE_REAL(void *, memset, void *dest, int c, uptr n)
----------------
why?
https://reviews.llvm.org/D28039
More information about the llvm-commits
mailing list