Skip to content
Commit c97434ec authored by Alexander Potapenko's avatar Alexander Potapenko
Browse files

Disable wrapping memcpy() on Mac OS Lion, where it

actually falls back to memmove.
In this case we still need to initialize real_memcpy, so we set it to
real_memmove
We check for MACOS_VERSION_SNOW_LEOPARD, because currently only Snow
Leopard and Lion are supported.

llvm-svn: 149492
parent f504602a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment