Skip to content
  • Alexander Potapenko's avatar
    Disable wrapping memcpy() on Mac OS Lion, where it · c97434ec
    Alexander Potapenko authored
    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
    c97434ec
Loading