[compiler-rt] [AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (PR #77496)

Peter Waller via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 06:43:50 PST 2024


================
@@ -0,0 +1,87 @@
+#include <stdlib.h>
----------------
peterwaller-arm wrote:

I've #79454 to switch this out for `stddef.h` which is provided by the compiler resource headers rather than the libc (since this is inside builtins).

https://github.com/llvm/llvm-project/pull/77496


More information about the llvm-commits mailing list