• N
    Support memcpy/memmove with differing src/dst alignment · 463ad909
    Nikita Popov 提交于
    If LLVM 7 is used, generate memcpy/memmove with differing
    src/dst alignment. I've added new FFI functions to construct
    these through the builder API, which is more convenient than
    dealing with differing intrinsic signatures depending on the
    LLVM version.
    463ad909
builder.rs 41.6 KB