commit | c97434ecafea59cde939c25a261695be61cd391a | [log] [tgz] |
---|---|---|
author | Alexander Potapenko <[email protected]> | Wed Feb 01 10:07:52 2012 |
committer | Alexander Potapenko <[email protected]> | Wed Feb 01 10:07:52 2012 |
tree | 13cd2da80864dda856ef51cccec9f6e79f8df88a | |
parent | f504602a0f96d835b4d83e388311318e2c070da0 [diff] |
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