mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
Add an implementation for memccpy and mempcpy. These functions are posix extensions for the moment. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D111762