Implement internal_memmove.
authorAlexander Potapenko <glider@google.com>
Mon, 15 Oct 2012 15:34:41 +0000 (15:34 +0000)
committerAlexander Potapenko <glider@google.com>
Mon, 15 Oct 2012 15:34:41 +0000 (15:34 +0000)
commit7b03290c437177cce12a3774651f94af9ecb41df
treed390f7ccc9789379a0c147a19d3c7b027dfbe296
parent19ab3d1f6a45be70dc2cb7de585c59c877121e1a
Implement internal_memmove.
Use internal_memmove() and internal_memcpy() in the memcpy() and memmove() wrappers
when building the dynamic runtime (OS X only), to work around a bug in resolver functions wrapping.
See also http://code.google.com/p/address-sanitizer/issues/detail?id=116

llvm-svn: 165939
compiler-rt/lib/asan/asan_interceptors.cc
compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
compiler-rt/lib/sanitizer_common/sanitizer_libc.h