Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libc: omit memcpy, memmove and memset #6979

Merged
merged 1 commit into from
Jun 7, 2013
Merged

libc: omit memcpy, memmove and memset #6979

merged 1 commit into from
Jun 7, 2013

Commits on Jun 6, 2013

  1. libc: omit memcpy, memmove and memset

    LLVM provides these functions as intrinsics, and will generate calls to
    libc when appropriate. They are exposed in the `ptr` module as
    `copy_nonoverlapping_memory`, `copy_memory` and `set_memory`.
    thestinger committed Jun 6, 2013
    5 Configuration menu
    Copy the full SHA
    8bcefef View commit details
    Browse the repository at this point in the history