[libc-commits] [PATCH] D138994: [libc] Add bcopy
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Nov 30 09:55:31 PST 2022
sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/spec/stdc.td:218
+ FunctionSpec<
+ "bcopy",
+ RetValSpec<Void>,
----------------
This should go in to https://github.com/llvm/llvm-project/blob/main/libc/spec/llvm_libc_ext.td.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138994/new/
https://reviews.llvm.org/D138994
More information about the libc-commits
mailing list